Class TreeViewScrollOrientation
Specifies the scroll orientation of the RadTreeView control.
Inheritance
System.Object
TreeViewScrollOrientation
Namespace: Telerik.Maui.Controls.TreeView
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class TreeViewScrollOrientation : Enum
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.
Declaration
public const TreeViewScrollOrientation Both
Field Value
TreeViewScrollOrientation
|
value__
Declaration
public int value__
Field Value
System.Int32
|
Vertical
Specifies that the control can be scrolled in vertical direction only. Expanded items that are too long to fit horizontally are truncated.
Declaration
public const TreeViewScrollOrientation Vertical
Field Value
TreeViewScrollOrientation
|