NSingleVisiblePanel Class Properties
For a list of all members of this type, see NSingleVisiblePanel members.
| Name | Description |
 | SizeToVisible | Gets or sets whether the panel should be sized to the visible element or to all contained elements. When set to true the invisible elements are collapsed. When set to false the invisible elements are hidden. |
 | VisibleElement | Gets or sets the one and only visible element. Returns null if the panel has no children. |
 | VisibleIndex | Gets or sets the zero-based index of the child element that should be the one and only visible element in this panel. |
Top