Specifies the scroll orientation of the RadTreeView control.
Definition
Namespace:Telerik.Maui.Controls.TreeView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum TreeViewScrollOrientation
Fields
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.
C#
Both = 1
Specifies that the control can be scrolled in vertical direction only. Expanded items that are too long to fit horizontally are truncated.
C#
Vertical = 0