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:
Diffstat (limited to 'Xamarin.PropertyEditing.Mac/PropertyList.cs')
-rw-r--r--Xamarin.PropertyEditing.Mac/PropertyList.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.Mac/PropertyList.cs b/Xamarin.PropertyEditing.Mac/PropertyList.cs
index 7e0d9aa..bb09140 100644
--- a/Xamarin.PropertyEditing.Mac/PropertyList.cs
+++ b/Xamarin.PropertyEditing.Mac/PropertyList.cs
@@ -18,6 +18,7 @@ namespace Xamarin.PropertyEditing.Mac
this.propertyTable = new FirstResponderOutlineView {
AccessibilityEnabled = true,
AccessibilityTitle = Properties.Resources.AccessibilityPropertyTable,
+ Style = NSTableViewStyle.FullWidth,
IndentationPerLevel = 0,
SelectionHighlightStyle = NSTableViewSelectionHighlightStyle.None,
HeaderView = null,