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


NSplitterBase Class Members

The following tables list the members exposed by NSplitterBase.

Public Fields
 NameDescription
Public Fieldstatic (Shared in Visual Basic)Schema associated with NSplitterBase.  
Public Fieldstatic (Shared in Visual Basic)Reference to the Orientation property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ResizeStep property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ResizeWhileDragging property.  
Public Fieldstatic (Shared in Visual Basic)Reference to the ThumbGhost child.  
Top
Protected Fields
 NameDescription
Internal Field  
Top
Public Properties
 NameDescription
Public PropertySpecifies direction in which the splitter panes and thumb(s) are oriented. By default set to horizontal, which means that splitter panes and thumb(s) are placed from left to right.  
Public PropertyGets or sets the step with which the current splitter position can be changed.  
Public PropertyGets or sets whether to resize the panes while the thumb is being dragged or not. When set to false the panes are resized when the thumb is released. By default set to false.  
Public PropertyGets/Sets the splitter thumb ghost.  
Top
Public Methods
 NameDescription
Public MethodOverridden. Appends the displayable children of the element to the provided list. Overriden to add the ThumbGhost child last, so that it paints over other children.  
Public MethodGiven a thumb position in thumb axis coordinates, determines the thumb value.  
Top
Protected Methods
 NameDescription
Protected MethodOverridden. Called to layout the split container children.  
Protected MethodGets the area in which the given thumb and its adjacent panes should be laid out.  
Protected MethodGets the next pane of the given splitter thumb.  
Protected MethodGets the previous pane of the given splitter thumb.  
Protected MethodGets the effective split factor relative to the splitter content area.  
Protected MethodGets the effective split offset relative to the splitter content area (i.e. the near or far side of the split container).  
Protected MethodInitializes the splitter.  
Protected MethodCalled when a button in this splitter has been clicked.  
Protected MethodCalled when the thumb is dragged.  
Protected MethodCalled when the thumb dragging ended.  
Protected MethodGiven a content area and split parameters, calculates the positions of the splitter elements.  
Protected MethodPerforms a thumb resize, given the current thumb position. This method is called when the thumb is dragged and when its dragging ends.  
Top
Public Events
 NameDescription
Public EventEvent fired when a pane has been collapsed.  
Public EventEvent fired when a collapsed pane has been restored.  
Top
See Also