Xinf API Reference
Back | Index
enum xinf.ony.type.Visibility

Defines wether something should be visible or not.

Contrary to Display, Visibility only applies to the one element in question, not it's children (although it is inherited). That means, e.g., if a Group has visibility Hidden, any children that specify visibility Visible will still be shown.

The "collapse" value is currently not supported.

See also: the "visibility" property

Visible
Hidden
Back | Index