set_homogeneous


Description:

[ Version ( since = "3.10" ) ]
public void set_homogeneous (bool homogeneous)

Sets the Stack to be homogeneous or not.

If it is homogeneous, the Stack will request the same size for all its children. If it isn't, the stack may change size when a different child becomes visible.

Since 3.16, homogeneity can be controlled separately for horizontal and vertical size, with the hhomogeneous and vhomogeneous.

Parameters:

this

a Stack

homogeneous

true to make this homogeneous