c# datagridview代码(网上的)
摘要:
public partial class HeaderUnitView : DataGridView { private TreeView[] _columnTreeView; private ArrayList _columnList = new ArrayList(); private int _cellHeight = 17; public int CellHeight { get { return _cellHeight; } set { _cellHeight = value; } } private int _columnDeep = 1; private bool Hscroll 阅读全文
posted @ 2012-03-20 21:48 代码苦行僧 阅读(1036) 评论(0) 推荐(0) 编辑