Stack.vhomogeneous
bool vhomogeneous() @propertyGet vhomogeneous property.
Returns
true if the stack allocates the same height for all children.
void vhomogeneous(bool propval) @propertySet vhomogeneous property.
Parameters
propval | true if the stack allocates the same height for all children. |