devexpress treelist控件,Columns新建两个列名ID和Name,怎样在ID和Name下添加数据,IDint型,Name String。同时点击选中行ID和Name都能显示为选中状态
treeList.Nodes.Add(1, "张三");
this.treeStemList.OptionsSelection.MultiSelectMode = DevExpress.XtraTreeList.TreeListMultiSelectMode.RowSelect