FlowPane

Lays out its children from left to right, then top to bottom, moving onto a new row when the previous row is full.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
open override val children: MutableObservableList<Node>

The base class Node has no children, so this is an empty list.

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard