Skip to content

Instantly share code, notes, and snippets.

@wtuts
Created June 25, 2014 13:24
Show Gist options
  • Save wtuts/34f5fd3fa96688868021 to your computer and use it in GitHub Desktop.
Save wtuts/34f5fd3fa96688868021 to your computer and use it in GitHub Desktop.
Listbox Selected item
<!--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 Selected Item" Style="{StaticResource PhoneTextNormalStyle}" Margin="12,0"/>
<TextBlock Text="List box" 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