/Visual Studio 2008/CSVSPackageWPFToolWindow/WPFControl.xaml
# · XAML · 8 lines · 8 code · 0 blank · 0 comment · 0 complexity · 7a5612ae5b810abe328d863edbed3376 MD5 · raw file
- <UserControl x:Class="Company.VSPackageWPFToolWindow.WPFControl"
- xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
- xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
- Height="300" Width="300">
- <Grid>
- <TreeView Name="treeView" HorizontalAlignment="Stretch" HorizontalContentAlignment="Left" />
- </Grid>
- </UserControl>