Advertisement
Guest User

Untitled

a guest
Dec 7th, 2016
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. public class Node
  2. {
  3. public bool bookmark { get; set; }
  4.  
  5. <HierarchicalDataTemplate ItemsSource="{Binding collection_node}">
  6. <StackPanel Orientation="Horizontal">
  7.  
  8. <TextBlock Text="{Binding name_}">
  9. <TextBlock.ContextMenu>
  10.  
  11. </TextBlock.ContextMenu>
  12. </TextBlock>
  13. </StackPanel>
  14. </HierarchicalDataTemplate>
  15. </TreeView.ItemTemplate>
  16. </TreeView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement