NevronOpenVision
Nevron.Nov.UI Namespace / NSplitterBase Class


NSplitterBase Class Methods

For a list of all members of this type, see NSplitterBase members.

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
See Also