Specifies the scoll orientation of the tabs in the RadTabView.
Definition
Namespace:Telerik.Maui.Controls
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum TabViewScrollOrientation
Fields
Specifies that the tabs should be scrolled in horizontal direction.
C#
Horizontal = 0
Specifies that the tabs should be scrolled in vertical direction.
C#
Vertical = 1