public class FlowLayout extends Layout:
Flow layout.
Widgets are placed left-to-right and automatically wrap to the next row.
layout = FlowLayout(horizontalSpacing=6, verticalSpacing=6)
tags = Container(layout)
layout.add(Label("alpha"))
layout.add(Label("beta"))| Modifier and Type | Member | Description |
|---|---|---|
| public property | alignmentalignment as String = "start" |
No summary. |
| public property | horizontalSpacinghorizontalSpacing as Int = 8 |
No summary. |
| public property | verticalSpacingverticalSpacing as Int = 8 |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public | FlowLayoutFlowLayout(horizontalSpacing as Int = 8, verticalSpacing as Int = 8, alignment as String = "start"): |
No summary. |
| Modifier and Type | Member | Description |
|---|---|---|
| public override | layoutlayout(container as Container) as Void: |
No summary. |