Created
February 27, 2012 22:04
-
-
Save jsonw23/1927408 to your computer and use it in GitHub Desktop.
Folder Tree WPF Control: Part 1 - Testing the Control
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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