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
浙公网安备 33010602011771号