Namespace Syncfusion.Maui.TreeView
Classes
| AutoScroller
Manages auto-scroll functionality for the SfTreeView control during drag-and-drop operations. |
| DragAction
Represents the state of a drag-and-drop operation. |
| DragAndDropController
Manages drag and drop operations of SfTreeView. |
| DropPosition
Specifies the position where an item can be dropped relative to a target node. |
| ItemDoubleTappedEventArgs
Provides data for the ItemDoubleTapped event. |
| ItemDraggingEventArgs
Provides data for the ItemDragging event. |
| ItemLongPressEventArgs
Provides data for the ItemLongPress event. |
| ItemRightTappedEventArgs
Provides data for the ItemRightTapped event. |
| ItemSelectionChangedEventArgs
Provides data for the SelectionChanged event. |
| ItemSelectionChangingEventArgs
Provides data for the SelectionChanging event. |
| ItemTappedEventArgs
Provides data for the ItemTapped event. |
| ItemTemplateContextType
Describes the binding context type for SfTreeView items. Note: It will only be applicable in bound mode. For Unbound mode, TreeViewNode will be the binding context for each SfTreeView item. |
| KeyPressEventArgs
Provides data associated with the KeyDown event. |
| NodeCheckedEventArgs
Provides data for the NodeChecked event. |
| NodeExpandedCollapsedEventArgs
Provides data for the NodeExpanded and NodeCollapsed events. |
| NodeExpandingCollapsingEventArgs
Provides data for the NodeExpanding and NodeCollapsing events. |
| QueryNodeSizeEventArgs
Provides data for the QueryNodeSize event. |
| SfTreeView
The SfTreeView control displays the hierarchical data in a tree-like structure with expand and collapse node options. |
| SfTreeViewStyles
Dictionary for theming the TreeView control. |
| TreeViewExpandActionTarget
Defines that nodes can only be expanded and collapsed by touching in expander view or both expander view and content view. |
| TreeViewExpanderPosition
Defines the expander position of the SfTreeView. The expander can be placed at either the beginning or the end of the item. |
| TreeViewItem
Represents a item of data in a SfTreeView control. |
| TreeViewItemInfo
Provides the item info for TreeViewItem. |
| TreeViewItemInfoBase
Provides the information for TreeViewItem. |
| TreeViewItemType
Defines the item type for the TreeViewItemInfoBase. |
| TreeViewLoadedEventArgs
Provides data for the Loaded event. |
| TreeViewNodeSizeMode
Defines the NodeSizeMode for the SfTreeView. |
| TreeViewSelectionMode
Defines constants that specify the selections supported by a SfTreeView control. |
| TreeViewSortDirection
Defines the direction for sorting operations in the SfTreeView. |
Interfaces
| ITreeItemView
Exposes methods and properties of native TreeViewItemInfoBase to use in query event. |