public TableRow(TableRowCollection o) { owner = o; ItemsControls = new TableRowControlsCollection(this, 0); Height = 22; }
public TableView() { BackColor = Color.FromArgb(171, 171, 171); CellPadding = 1; ColumnsStyle = new TableButtonStyle(); Padding = new Padding(2); SkipControlsInitializations = false; Columns = new TableColumnCollection(this); Rows = new TableRowCollection(this); }