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

TableLayout() public method

Initializes a new instance of the Eto.Forms.TableLayout class with the specified dimensions.
public TableLayout ( Eto.Drawing.Size dimensions ) : System
dimensions Eto.Drawing.Size Dimensions of the table.
return System
		public TableLayout(Size dimensions)
		{
			SetCellSize(dimensions, true);
			Initialize();
		}

Same methods

TableLayout::TableLayout ( ) : System
TableLayout::TableLayout ( IEnumerable rows ) : System
TableLayout::TableLayout ( bool yscale ) : System
TableLayout::TableLayout ( int columns, int rows ) : System