Exemplo n.º 1
0
 public ResizeColumnState(TreeViewAdv tree, TreeColumn column, Point p)
     : base(tree)
 {
     _column = column;
     _initLocation = p;
     _initWidth = column.Width;
 }
Exemplo n.º 2
0
 public TreeColumnEventArgs(TreeColumn column)
 {
     _column = column;
 }