HorizontalFlowLayout
Layout that positions children in order horizontally and wraps.
Constructors
Functions
Lays out the children of the given Positionable.
Indicates whether a layout is needed because of the given size change to the Container. This is called whenever the container's size
changes.
Indicates whether a layout is needed because of the given size preferences change to a child of the given Container. This is called whenever the container's size
changes.
Inherited functions
Gets the child within the Positionable at the given point. The default is to ignore these calls and let the caller perform their own search for the right child. But Layouts are free to return a value here if it can be done more efficiently.
Returns the ideal size of the Positionable based on its contents.
Returns the minimum size of the Positionable based on its contents.
Indicates whether a layout is needed because of the given bounds change to a child of the given Container. This is called whenever the container's size
changes.