New to Telerik UI for .NET MAUIStart a free 30-day trial

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
In this article
DefinitionFieldsBothVertical
Not finding the help you need?
Contact Support