Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2018-11-16 22:42:59 +0300
committerEric Maupin <ermaup@microsoft.com>2018-12-11 00:07:27 +0300
commit7654e7b7f124bb320b5337d9b6675e13c9489c0c (patch)
treede4e3d2f78f057b58170ba3b445448dffc20105c /Xamarin.PropertyEditing.Windows
parenteb91db4af835dac36450c0c46f45684464e89164 (diff)
[Core] Using single editor property when flat, add bool for uncommons
Diffstat (limited to 'Xamarin.PropertyEditing.Windows')
-rw-r--r--Xamarin.PropertyEditing.Windows/PropertyEditorPanel.cs2
1 files changed, 1 insertions, 1 deletions
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");