public class FormLayoutParams extends LayoutParams:
separator = Label("Advanced")
params = FormLayoutParams()
params.fullRow = true
separator.layoutParams = params| Modifier and Type | Member | Description |
|---|---|---|
| public property | fullRowfullRow as Boolean = false |
Makes the widget consume the whole row. |
| public property | isLabelisLabel as Boolean = false |
Marks the widget as the label cell of a row. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | FormLayoutParamsFormLayoutParams(isLabel as Boolean = false, fullRow as Boolean = false, growX as Int = 0, growY as Int = 0): |
No summary. |
| public | FormLayoutParams | No summary. |