浏览代码

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;
         } 
     }