Name | Description | |
---|---|---|
NTreeViewItem Constructor | Overloaded. |
The following tables list the members exposed by NTreeViewItem.
Name | Description | |
---|---|---|
NTreeViewItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
ExpandedProperty | Reference to the Expanded property | |
GridlinesStrokeProperty | Reference to the GridlinesStroke Property | |
HeaderChild | Reference to the Header child | |
IsMouseOverSymbolProperty | Reference to the IsMouseOverSymbol property | |
ItemsChild | Reference to the Items child | |
NTreeViewItemSchema | Schema associated with NTreeViewItem | |
SymbolProperty | Reference to the Symbol property |
Name | Description | |
---|---|---|
Expanded | Gets or sets whether the tree view item is expanded (i.e. its subitems are visible) or not. | |
GridlinesStroke | Gets or sets the stroking of the gridlines. | |
Header | Gets or sets the header element of the tree view item. | |
IndexInParent | Returns the zero based index of this tree view item in the tree view item collection it is placed in or -1 if this tree view item is not placed in a tree view item collection. | |
IsMouseOverSymbol | Gets whether the mouse is currently over the symbol or not. Automatically updated by Nevron. | |
IsSelected | Gets whether the item is selected or not. Automatically updated by Nevron. | |
Items | Gets or sets the items collection of the tree view item. | |
OwnerTreeView | Gets the tree view, which this item belongs to. | |
ParentItem | Gets the logical parent tree view item for this item. | |
Symbol | Gets or sets the tree view item symbol. | |
YInRootItems | Gets the Y coordinate in the root items collection. |
Name | Description | |
---|---|---|
AccumulateDisplayChildren | Overridden. Appends the displayable children of the node to the provided list | |
CanClipChildren | Overridden. Gets whether the node can provide a clip area for its children | |
GetPaintCacheMode | Overridden. Gets the mode in which this displayable node can cache its painting. |
Name | Description | |
---|---|---|
ArrangeContent | Overridden. Layouts the header of the element inside the specified header area. | |
MeasureContent | Overridden. Measures the desired size of the element header | |
OnChildInserted | Overridden. Called when a child node has been inserted | |
OnChildRemoved | Overridden. Called when a child node has been removed | |
OnExpandedChanged | Called when Expanded has changed. | |
OnMouseDown | Overridden. Default handler for the mouse down event | |
OnMouseMove | Overridden. | |
OnMouseOut | Overridden. | |
OnPaintBackground | Overridden. Paints the background of the box, which is performed before the custom painting in OnPrePaint | |
OnTouchDown | Overridden. Handles the touch down event | |
Qtb | Overridden. | |
ReceiveHandledMouseDown | Overridden. Overriden to return true, since we want to select the item on handled mouse downs too. | |
vKdd | ||
YKdd |
Name | Description | |
---|---|---|
ExpandedChanged | Occurs |