From 3df84e6cc9f4b1f002330c4794e2a4945e77843e Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Fri, 29 Jul 2016 19:21:53 +0200 Subject: [PATCH] Added TreeView to ControlCatalog. --- samples/ControlCatalog/ControlCatalog.csproj | 8 ++++ samples/ControlCatalog/MainWindow.xaml | 1 + .../ControlCatalog/Pages/TreeViewPage.xaml | 19 ++++++++++ .../ControlCatalog/Pages/TreeViewPage.xaml.cs | 37 +++++++++++++++++++ 4 files changed, 65 insertions(+) create mode 100644 samples/ControlCatalog/Pages/TreeViewPage.xaml create mode 100644 samples/ControlCatalog/Pages/TreeViewPage.xaml.cs diff --git a/samples/ControlCatalog/ControlCatalog.csproj b/samples/ControlCatalog/ControlCatalog.csproj index 7c36131dec..daa8b0901a 100644 --- a/samples/ControlCatalog/ControlCatalog.csproj +++ b/samples/ControlCatalog/ControlCatalog.csproj @@ -127,6 +127,9 @@ SliderPage.xaml + + TreeViewPage.xaml + TextBoxPage.xaml @@ -207,6 +210,11 @@ + + + Designer + +