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
ScrollBarLayoutMode
|
Resize
The scroll bars should resize the scrollable content when visible.
Declaration
public const ScrollBarLayoutMode Resize
Field Value
ScrollBarLayoutMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|