Guest User

Untitled

a guest
Jun 25th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <ListBox>
  2. <ListBox.ItemTemplate>
  3. <DataTemplate>
  4. <StackPanel>
  5. <TextBlock Text="{Binding Name}" />
  6. <StackPanel Orientation="Vertical" x:Name="contentPanel" >
  7. Content goes here...
  8. </StackPanel>
  9. </StackPanel>
  10. </DataTemplate>
  11. </ListBox.ItemTemplate>
  12.  
  13. <StackPanel Visibility="{Binding YourBoolProperty, Converter={StaticResource boolToVisibilityResourceRef ..../>
Add Comment
Please, Sign In to add comment