勤学多思
设置treelist控件中的所有只读状态.
foreach(TreeListColumn col in treeList.Columns) { col.OptionsColumn.AllowEdit = false; col.OptionsColumn.ReadOnly = true; }
Powered by: IT博客 Copyright © kenlistian