NevronOpenVision
Nevron.Nov.UI Namespace / NSingleVisiblePanel Class
Fields Properties Methods Events


NSingleVisiblePanel Class Members

The following tables list the members exposed by NSingleVisiblePanel.

Public Constructors
 NameDescription
Public ConstructorDefault constructor  
Top
Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Schema associated with NSingleVisiblePanel  
Public Fieldstatic (Shared in Visual Basic)Reference to the SizeToVisible property  
Public Fieldstatic (Shared in Visual Basic)Reference to the VisibleIndex property  
Top
Protected Fields
 NameDescription
Internal Field  
Top
Public Properties
 NameDescription
Public PropertyGets 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.  
Public PropertyGets or sets the one and only visible element. Returns null if the panel has no children.  
Public PropertyGets 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
 NameDescription
Protected MethodOverridden. Overriden to collapse all child elements that should not be visible and to stretch the visible element to the size of this container.  
Protected MethodOverridden. Overriden to return the measure of the visible element  
Top
Public Events
 NameDescription
Public EventOccurs when the VisibleIndex property has changed  
Top
See Also