摘要:
/**//// 给TreeList加SelectImage this.treelArea.SelectImageList = imglCustom; /**//// /// 去掉选中节点时的虚框 this.treelArea.OptionsView.ShowFocusedFrame; /**//// /// 设置选... 阅读全文
摘要:
1 /**/////显示网格 2 treeList1.OptionsView.ShowVertLines = true; 3 treeList1.OptionsView.ShowHorzLines = true; 4 5 /**////NodeButton与节点的第一列间的距离 6 this.treeLPro.TreeLevelWidth = 20; 阅读全文