Eto.Forms.TableLayout.TableLayout C# (CSharp) Method

TableLayout() public method

Initializes a new instance of the Eto.Forms.TableLayout class with the specified number of columns and rows.
public TableLayout ( int columns, int rows ) : System
columns int Number of columns in the table.
rows int Number of rows in the table.
return System
		public TableLayout(int columns, int rows)
			: this(new Size(columns, rows))
		{
		}

Same methods

TableLayout::TableLayout ( ) : System
TableLayout::TableLayout ( IEnumerable rows ) : System
TableLayout::TableLayout ( Eto.Drawing.Size dimensions ) : System
TableLayout::TableLayout ( bool yscale ) : System