Enum
TreeViewScrollOrientation

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.

Declaration

cs-api-definition
Both = 1

Field Value

TreeViewScrollOrientation

Vertical

Specifies that the control can be scrolled in vertical direction only. Expanded items that are too long to fit horizontally are truncated.

Declaration

cs-api-definition
Vertical = 0

Field Value

TreeViewScrollOrientation

In this article
DefinitionFieldsBothVertical
Not finding the help you need?
Contact Support