Преглед изворни кода

Dropped the "Show Numbers" field for tree view for now

Kenric Nugteren пре 1 година
родитељ
комит
a799e5d045
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      inabox.wpf/DynamicGrid/UIComponent/DynamicGridTreeUIComponent.cs

+ 1 - 1
inabox.wpf/DynamicGrid/UIComponent/DynamicGridTreeUIComponent.cs

@@ -78,7 +78,7 @@ public class DynamicGridTreeUIComponent<T> : IDynamicGridUIComponent<T>, IDynami
         set
         {
             _shownumbers = value;
-            _tree.Columns[1].Width = value ? 50 : 0;
+            //_tree.Columns[1].Width = value ? 50 : 0;
         } 
     }