ViewStackGidBuilderImpl.hhomogeneous

Set hhomogeneous property.

class ViewStackGidBuilderImpl(T)
T
hhomogeneous
(
bool propval
)

Parameters

propval bool

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.

Return Value

Type: T

Builder instance for fluent chaining