ViewStack.vhomogeneous

bool vhomogeneous() @property

Get vhomogeneous property.

Returns

Whether the stack is vertically homogeneous.

If the stack is vertically homogeneous, it allocates the same height for all children.

If it's FALSE, the stack may change height when a different child becomes visible.

void vhomogeneous(bool propval) @property

Set vhomogeneous property.

Parameters

propvalWhether the stack is vertically homogeneous. If the stack is vertically homogeneous, it allocates the same height for all children. If it's FALSE, the stack may change height when a different child becomes visible.