Guest User

Untitled

a guest
Nov 20th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <TreeView Name="fileList" HorizontalContentAlignment="Stretch">
  2. <TreeViewItem >
  3. <Grid Background="Aquamarine" HorizontalAlignment="Stretch">
  4. <TextBlock Text="some text"/>
  5. </Grid>
  6. </TreeViewItem>
  7. </TreeView>
Add Comment
Please, Sign In to add comment