Name
Group.SameSize -- set same size for all children
Function
This is a shorthand for Group.SameWidth and Group.SameHeight, it sets both of these attributes at once.

Using Group.SameSize, you won't need to think if your group is horizontal or vertical, both cases are handled automatically.

Forcing all objects of a group to be the same size is e.g. useful for a row of buttons. It's visually more attractive when these buttons have equal sizes instead of being just as big as the text within.

Type
Boolean

Applicability
I


Show TOC