Name | Description | |
---|---|---|
![]() | NTreeView Constructor | Default constructor |
The following tables list the members exposed by NTreeView.
Name | Description | |
---|---|---|
![]() | NTreeView Constructor | Default constructor |
Name | Description | |
---|---|---|
![]() ![]() | ItemsChild | |
![]() ![]() | NTreeViewSchema | Schema associated with NTreeView |
![]() ![]() | SelectedPathProperty | Reference to the SelectedIndex property |
Name | Description | |
---|---|---|
![]() | Items | Gets or sets the items collection of the tree view |
![]() | SelectedItem | Gets or sets the selected item |
![]() | SelectedPath | Gets or sets the path to the selected item |
Name | Description | |
---|---|---|
![]() | EnsureVisible | Overloaded. Ensures that the specified item is visible. |
![]() | ExpandAll | Expands/collapses all items depending on the value of the expand parameter. |
![]() | ExpandPathToItem | Expands the ancestors of the given item all the way up to the root. |
![]() | NavigateToItem | Overridden. Navigates to the specified item. |
![]() | VisitChildDisplaySubtree | Overridden. Called to propagate the forward display traversal to the node child |
Name | Description | |
---|---|---|
![]() | AccumulateContentDisplayChildren | Overridden. Accumulates the display children of the node that are considered to be content. |
![]() | ArrangeContent | Overridden. Overriden to layout the content and the scrollbars. |
![]() | GetFirstVisibleItemIndex | Overridden. Given a top Y coordinate in viewport coordinates, returns the index of the first visible item in the scrollbable items list. |
![]() | GetLastVisibleItemIndex | Overridden. Given a bottom Y coordinate in viewport coordinates, returns the index of the last visible item in the scrollbable items list. |
![]() | GetNavigationAnchorItem | Overridden. Gets the anchor element for keyboard navigation. |
![]() | GetScrollableItemAt | Overridden. Gets the scrollable item at the specified index |
![]() | GetScrollableItemIndex | Overridden. Gets the scrolling index of the specified item in the scrollable items list |
![]() | GetScrollableItemsCount | Overridden. Gets the count of items that can be scrolled through |
![]() | GetTotalViewport | Overridden. Overriden to return the desired size of the items container. |
![]() | GetVisibleItemsCount | Overridden. Gets the count of items that are currently visible |
![]() | lKdd | |
![]() | MeasureViewportContent | Overridden. Measures the desired size of the element content. |
![]() | OnKeyDown | Overridden. Default handler for key down events. |
![]() | OnRegistered | Overridden. Called after the document node is registered in its owner document. |
![]() | OnSelectedPathChanged | Called when the SelectedPath changed |
![]() | Qtb | Overridden. |
![]() | SetFirstVisibleItemIndex | Overridden. Sets the first visible item index |
![]() | YSb | Overridden. |
Name | Description | |
---|---|---|
![]() | SelectedPathChanged | Occurs when the SelectedPath property has changed. |