EnumTreeViewScrollOrientation
Enum
Specifies the scroll orientation of the RadTreeView control.
Definition
Namespace:Telerik.Maui.Controls.TreeView
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public enum TreeViewScrollOrientation
Fields
Both
Specifies that the control can be scrolled both in horizontal and vertical direction. Expanded items that are too long to fit horizontally can be scrolled.
Vertical
Specifies that the control can be scrolled in vertical direction only. Expanded items that are too long to fit horizontally are truncated.