Shuxia Ning
2024-07-17 fd681339c81201ed6fb3303647ecab89e3e6c0c1
Test/IStation.Win/Core/Extend/TreeListExtend.cs
@@ -2,10 +2,6 @@
using DevExpress.XtraTreeList.Columns;
using DevExpress.XtraTreeList.Nodes;
using System.Collections;
using System.Collections.Generic;
using System.Drawing;
using System.Linq;
using System.Windows.Forms;
namespace IStation.Win
{
@@ -41,7 +37,7 @@
            rhs.OptionsView.FocusRectStyle = DrawFocusRectStyle.None;
            rhs.OptionsSelection.SelectNodesOnRightClick = true;
            rhs.ViewStyle = TreeListViewStyle.TreeView;
            rhs.RowHeight = height;
            rhs.RowHeight = height;
            rhs.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
            rhs.OptionsFind.ShowCloseButton = false;