set_hhomogeneous
Description:
[ Version ( since = "3.16" ) ]
public void set_hhomogeneous (bool hhomogeneous)
Sets the Stack to be horizontally homogeneous or not.
If it is homogeneous, the Stack will request the same width for all its children. If it
isn't, the stack may change width when a different child becomes visible.
Parameters:
this |
a Stack
|
hhomogeneous |
true to make this horizontally homogeneous
|