NSingleVisiblePanel Class Members
In This Topic
The following tables list the members exposed by NSingleVisiblePanel.
Public Constructors
Public Fields
Protected Fields
| Name | Description |
| QUCd | |
Top
Public Properties
| 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
Protected Methods
| Name | Description |
| ArrangeContent | Overridden. Overriden to collapse all child elements that should not be visible and to stretch the visible element to the size of this container. |
| MeasureContent | Overridden. Overriden to return the measure of the visible element |
Top
Public Events
See Also