FlowLayout Plugin for Xojo

DesktopFlowLayout.GrowMode Property

Lets you set if controls should grow to right or to left. (0 = Left, 1 = right)

GrowMode as Integer {Read and Write}

Remarks

For example if you have two buttons under a list box to the right then chances are that you would want the GrowMode to be set to Right instead of the normal left.

See Also

DesktopFlowLayout Control