Guest User

Untitled

a guest
Dec 3rd, 2016
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <ListBox SelectionChanged="lb1_SelectionChanged">
  2. <ListBox.ItemTemplate>
  3. <DataTemplate>
  4. <TextBlock Text="{Binding Path}"></TextBlock>
  5. </DataTemplate>
  6. </ListBox.ItemTemplate>
  7. </ListBox>
Add Comment
Please, Sign In to add comment