API ReferenceEditor
GridLayoutclass
A widget layout. You can think of it as an invisible box of rows or columns, each one containing a widget, useful for automatic positioning and scaling.
Constructors1
Showing 1 constructors
public GridLayout()
No results match this filter.
Methods10
Showing 10 methods
public void SetColumnStretch(float[] values)
| Parameter | Type | Description |
|---|---|---|
| values | float[] | — |
Returns:
void—public void SetMinimumColumnWidth(int column, int width)
| Parameter | Type | Description |
|---|---|---|
| column | int | — |
| width | int | — |
Returns:
void—public void SetMinimumRowHeight(int row, int height)
| Parameter | Type | Description |
|---|---|---|
| row | int | — |
| height | int | — |
Returns:
void—public void SetRowStretch(float[] values)
| Parameter | Type | Description |
|---|---|---|
| values | float[] | — |
Returns:
void—No results match this filter.
Properties2
Showing 2 properties
public float Editor.GridLayout.HorizontalSpacing { get; set; }
Returns:
float—public float Editor.GridLayout.VerticalSpacing { get; set; }
Returns:
float—No results match this filter.