From 7654e7b7f124bb320b5337d9b6675e13c9489c0c Mon Sep 17 00:00:00 2001 From: Eric Maupin Date: Fri, 16 Nov 2018 14:42:59 -0500 Subject: [Core] Using single editor property when flat, add bool for uncommons --- Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Xamarin.PropertyEditing.Windows') diff --git a/Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs b/Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs index 90ddb10..3fa7203 100644 --- a/Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs +++ b/Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs @@ -210,7 +210,7 @@ namespace Xamarin.PropertyEditing.Windows Binding itemsSource; if (newMode == PropertyArrangeMode.Name) - itemsSource = new Binding ("ArrangedEditors[0]"); + itemsSource = new Binding ("ArrangedEditors[0].Editors"); else itemsSource = new Binding ("ArrangedEditors"); -- cgit v1.2.3