ViewStack.hhomogeneous

bool hhomogeneous() @property

Get hhomogeneous property.

Returns

Whether the stack is horizontally homogeneous.

If the stack is horizontally homogeneous, it allocates the same width for all children.

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

void hhomogeneous(bool propval) @property

Set hhomogeneous property.

Parameters

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