PageRenderTime 54ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/Visual Studio 2008/CSVSPackageWPFToolWindow/WPFControl.xaml

#
XAML | 8 lines | 8 code | 0 blank | 0 comment | 0 complexity | 7a5612ae5b810abe328d863edbed3376 MD5 | raw file
  1. <UserControl x:Class="Company.VSPackageWPFToolWindow.WPFControl"
  2. xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
  3. xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
  4. Height="300" Width="300">
  5. <Grid>
  6. <TreeView Name="treeView" HorizontalAlignment="Stretch" HorizontalContentAlignment="Left" />
  7. </Grid>
  8. </UserControl>