Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created June 23, 2014 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wtuts/74e27afa5439efaa779c to your computer and use it in GitHub Desktop.
Save wtuts/74e27afa5439efaa779c to your computer and use it in GitHub Desktop.
Data binding in listbox
<!--TitlePanel contains the name of the application and page title-->
<StackPanel x:Name="TitlePanel" Grid.Row="0" Margin="12,17,0,28">
<TextBlock Text="Listbox Databinding" Style="{StaticResource PhoneTextNormalStyle}" Margin="12,0"/>
<TextBlock Text="Listbox" Margin="9,-7,0,0" Style="{StaticResource PhoneTextTitle1Style}"/>
</StackPanel>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment