Skip to content

Instantly share code, notes, and snippets.

@jsonw23
Created February 27, 2012 22:04
Show Gist options
  • Save jsonw23/1927408 to your computer and use it in GitHub Desktop.
Save jsonw23/1927408 to your computer and use it in GitHub Desktop.
Folder Tree WPF Control: Part 1 - Testing the Control
<Window x:Class="Demo.MainWindow"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:ftc="clr-namespace:GeekJ.FolderTreeControl;assembly=GeekJ.FolderTreeControl"
Title="MainWindow" Height="350" Width="525">
<Grid>
<ftc:FolderTree />
</Grid>
</Window>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment