TreeView Class |
Note: This API is now obsolete.
Namespace: Eto.Forms
The TreeView type exposes the following members.
Name | Description | |
---|---|---|
![]() | ContextMenu |
Gets or sets the context menu to show when the user right clicks or presses the menu key
|
![]() | DataStore |
Gets or sets the data store.
|
![]() | LabelEdit |
Gets or sets a value indicating whether users can edit the labels of items
|
![]() | SelectedItem |
Gets or sets the selected item.
|
![]() | TextColor |
Gets or sets the color of the text for all nodes.
|
Name | Description | |
---|---|---|
![]() | GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) |
![]() | GetNodeAt |
Gets the node at a specified point from the origin of the control
|
![]() | OnActivated |
Raises the Activated event.
|
![]() | OnCollapsed |
Raises the Collapsed event.
|
![]() | OnCollapsing |
Raises the Collapsing event.
|
![]() | OnExpanded |
Raises the Expanded event.
|
![]() | OnExpanding |
Raises the Expanding event.
|
![]() | OnLabelEdited |
Raises the LabelEdited event.
|
![]() | OnLabelEditing |
Raises the LabelEditing event.
|
![]() | OnNodeMouseClick |
Raises the NodeMouseClick event.
|
![]() | OnSelectionChanged |
Raises the SelectionChanged event.
|
![]() | RefreshData |
Refreshes the data, keeping the selection
|
![]() | RefreshItem |
Refreshes the specified item and all its children, keeping the selection if not part of the refreshed nodes
|
Name | Description | |
---|---|---|
![]() | Activated |
Event to handle when an item is activated
|
![]() | Collapsed |
Occurs after an item has been collapsed
|
![]() | Collapsing |
Occurs before an item is collapsed
|
![]() | Expanded |
Occurs after an item has been expanded
|
![]() | Expanding |
Occurs before an item is expanding
|
![]() | LabelEdited |
Occurs after the label of an item has been edited
|
![]() | LabelEditing |
Occurs before an items label is edited
|
![]() | NodeMouseClick |
Occurs when a node is clicked with the mouse
|
![]() | SelectionChanged |
Occurs when the selection has been changed by the user or programattically
|
Name | Description | |
---|---|---|
![]() ![]() | ActivatedEvent |
Identifier for handlers when attaching the Activated event
|
![]() ![]() | CollapsedEvent |
Identifier for handlers when attaching the Collapsed event
|
![]() ![]() | CollapsingEvent |
Identifier for handlers when attaching the Collapsing event
|
![]() ![]() | ExpandedEvent |
Identifier for handlers when attaching the Expanded event
|
![]() ![]() | ExpandingEvent |
Identifier for handlers when attaching the Expanding event
|
![]() ![]() | LabelEditedEvent |
Identifier for handlers when attaching the LabelEdited event
|
![]() ![]() | LabelEditingEvent |
Identifier for handlers when attaching the LabelEditing event
|
![]() ![]() | NodeMouseClickEvent |
Identifier for handlers when attaching the NodeMouseClick event
|
![]() ![]() | SelectionChangedEvent |
Identifier for handlers when attaching the SelectionChanged event
|