ViewStackGidBuilderImpl.vhomogeneous

Set vhomogeneous property.

class ViewStackGidBuilderImpl(T)
T
vhomogeneous
(
bool propval
)

Parameters

propval bool

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.

Return Value

Type: T

Builder instance for fluent chaining