From 2b8b5103f3b3684eea67e6f960b02be234ee2f74 Mon Sep 17 00:00:00 2001 From: Steven Kirk Date: Tue, 27 Oct 2015 22:30:37 +0100 Subject: [PATCH] Added DropDown style. There are a few things still missing before it can work. --- samples/XamlTestApplicationPcl/DropDown.paml | 55 +++++++++++++++++++ .../XamlTestApplicationPcl/XamlTestApp.paml | 1 + .../XamlTestApplicationPcl.csproj | 3 + .../Perspex.Markup/Perspex.Markup.csproj | 4 ++ src/Perspex.Controls/Primitives/Popup.cs | 2 + src/Perspex.Themes.Default/DropDownStyle.cs | 2 +- 6 files changed, 66 insertions(+), 1 deletion(-) create mode 100644 samples/XamlTestApplicationPcl/DropDown.paml diff --git a/samples/XamlTestApplicationPcl/DropDown.paml b/samples/XamlTestApplicationPcl/DropDown.paml new file mode 100644 index 0000000000..289cfec8e1 --- /dev/null +++ b/samples/XamlTestApplicationPcl/DropDown.paml @@ -0,0 +1,55 @@ + + + + + \ No newline at end of file diff --git a/samples/XamlTestApplicationPcl/XamlTestApp.paml b/samples/XamlTestApplicationPcl/XamlTestApp.paml index d3aa90faff..999ab3d3d1 100644 --- a/samples/XamlTestApplicationPcl/XamlTestApp.paml +++ b/samples/XamlTestApplicationPcl/XamlTestApp.paml @@ -6,6 +6,7 @@ + diff --git a/samples/XamlTestApplicationPcl/XamlTestApplicationPcl.csproj b/samples/XamlTestApplicationPcl/XamlTestApplicationPcl.csproj index 3a8a1da341..2a348d6130 100644 --- a/samples/XamlTestApplicationPcl/XamlTestApplicationPcl.csproj +++ b/samples/XamlTestApplicationPcl/XamlTestApplicationPcl.csproj @@ -169,6 +169,9 @@ Designer + + Designer + Designer diff --git a/src/Markup/Perspex.Markup/Perspex.Markup.csproj b/src/Markup/Perspex.Markup/Perspex.Markup.csproj index 24a8c29a03..414ec0dee2 100644 --- a/src/Markup/Perspex.Markup/Perspex.Markup.csproj +++ b/src/Markup/Perspex.Markup/Perspex.Markup.csproj @@ -91,6 +91,10 @@ {b09b78d8-9b26-48b0-9149-d64a2f120f3f} Perspex.Base + + {eb582467-6abb-43a1-b052-e981ba910e3a} + Perspex.SceneGraph +