Specifies the layout mode of the scroll bars in respect to the scrollable content.
Definition
Namespace:Telerik.Maui.Controls.ItemsView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public enum ScrollBarLayoutMode
Fields
The scroll bars should overlay the scrollable content when visible.
C#
Overlay = 0
The scroll bars should resize the scrollable content when visible.
C#
Resize = 1