.NET开发
本类阅读TOP10
作者:未知 来源:月光软件站 加入时间:2005-2-28 月光软件站
隐藏某列:this.treeListUser.Columns[3].VisibleIndex = -1;
绑定:将数据源指定到一个临时表 this.treeListUser.DataSource = dtUserInfo; this.treeListUser.PopulateColumns();不允许编辑,设为只读: dtUserInfo.Columns[0].ReadOnly = true;
相关软件: