NSplitterBase Class Members
In This Topic
The following tables list the members exposed by NSplitterBase.
Public Fields
Protected Fields
| Name | Description |
| nbdd | |
Top
Public Properties
| Name | Description |
| Orientation | Specifies 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. |
| ResizeStep | Gets or sets the step with which the current splitter position can be changed. |
| ResizeWhileDragging | Gets 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. |
| ThumbGhost | Gets/Sets the splitter thumb ghost. |
Top
Public Methods
| Name | Description |
| AccumulateDisplayChildren | Overridden. 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. |
| GetThumbValue | Given a thumb position in thumb axis coordinates, determines the thumb value. |
Top
Public Events
| Name | Description |
| PaneCollapsed | Event fired when a pane has been collapsed. |
| PaneRestored | Event fired when a collapsed pane has been restored. |
Top
See Also