FlowBox.minChildrenPerLine

uint minChildrenPerLine() @property

Get minChildrenPerLine property.

Returns

The minimum number of children to allocate consecutively

in the given orientation.

Setting the minimum children per line ensures that a reasonably small height will be requested for the overall minimum width of the box.

void minChildrenPerLine(uint propval) @property

Set minChildrenPerLine property.

Parameters

propvalThe minimum number of children to allocate consecutively in the given orientation. Setting the minimum children per line ensures that a reasonably small height will be requested for the overall minimum width of the box.