FormLayoutParams
classin packageklyn.gui.windows.layouts
public class FormLayoutParams extends LayoutParams:
└ FormLayoutParams
Optional per-widget hints for `FormLayout`.
separator = Label("Advanced")
params = FormLayoutParams()
params.fullRow = true
separator.layoutParams = params
Properties
Modifier and Type Member Description
public property fullRow
fullRow as Boolean = false
Makes the widget consume the whole row.
public property isLabel
isLabel as Boolean = false
Marks the widget as the label cell of a row.
Properties inherited from LayoutParams: growX, growY, horizontalAlign, verticalAlign
Constructors
Modifier and Type Member Description
public FormLayoutParams
FormLayoutParams(isLabel as Boolean = false, fullRow as Boolean = false, growX as Int = 0, growY as Int = 0):
No summary.
public FormLayoutParams
FormLayoutParams(isLabel as Boolean, fullRow as Boolean, growX as Int, growY as Int, horizontalAlign as String, verticalAlign as String):
No summary.