Class ScrollBarLayoutMode
Specifies the layout mode of the scroll bars in respect to the scrollable content.
Inheritance
System.Object
ScrollBarLayoutMode
Namespace: Telerik.Maui.Controls.ItemsView
Assembly: Telerik.Maui.Controls.dll
Syntax
public sealed class ScrollBarLayoutMode : Enum
Fields
Overlay
The scroll bars should overlay the scrollable content when visible.
Declaration
public const ScrollBarLayoutMode Overlay
Field Value
Resize
The scroll bars should resize the scrollable content when visible.
Declaration
public const ScrollBarLayoutMode Resize
Field Value
value__
Declaration
public int value__
Field Value
System.
|