ListLayout
class ListLayout( spacing: Double = 0.0, widthSource: WidthSource = Children, minHeight: Double = 0.0, maxHeight: Double = POSITIVE_INFINITY) : Layout
Constructors
Link copied to clipboard
constructor(spacing: Double = 0.0, widthSource: WidthSource = Children, minHeight: Double = 0.0, maxHeight: Double = POSITIVE_INFINITY)
Functions
Inherited functions
Link copied to clipboard
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.
Link copied to clipboard
Link copied to clipboard
Indicates whether a layout is needed because of the given size change to a container. This is called whenever the container's size
changes.
Indicates whether a layout is needed because of the given bounds change to a child within a container. This is called whenever the child's size
changes.