Visibility
Visibility of a control.
- The default value Visible displays the control directly.
- If Hide is set, the control continues to respond to the mouse or touch. It is also involved in the size calculations with fluid designs.
- If Collapsed is used, the control neither takes up space nor does it receive mouse interaction or touch.
Schema: tchmi:framework#/definitions/Visibility
Origin: Control
See also
Attribute getter: getVisibility
Attribute setter: setVisibility
Available from 1.8 |