Ejemplo n.º 1
0
 public HGrid()
 {
     InitializeComponent();
     // Use of the DataGridViewColumnSelector
     cs           = new ColumnSelector(this);
     rv           = new RowEvents(this);
     rv.MaxHeight = cs.MaxHeight = 100;
     rv.Width     = cs.Width = 110;
 }
Ejemplo n.º 2
0
 public HGrid()
 {
     InitializeComponent();
     // Use of the DataGridViewColumnSelector
      cs = new ColumnSelector(this);
      rv = new RowEvents(this);
      rv.MaxHeight = cs.MaxHeight = 100;
      rv.Width = cs.Width = 110;
 }