Name | Description | |
---|---|---|
![]() | NSingleVisiblePanel Constructor | Default constructor |
The following tables list the members exposed by NSingleVisiblePanel.
Name | Description | |
---|---|---|
![]() | NSingleVisiblePanel Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() ![]() | NSingleVisiblePanelSchema | Schema associated with NSingleVisiblePanel |
![]() ![]() | SizeToVisibleProperty | Reference to the SizeToVisible property |
![]() ![]() | VisibleIndexProperty | Reference to the VisibleIndex property |
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. |
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 |
Name | Description | |
---|---|---|
![]() | VisibleIndexChanged | Occurs when the VisibleIndex property has changed |