Class ScrollBarMode
Specifies the scrollbar display mode to be applied for control.
Inheritance
System.Object
ScrollBarMode
Namespace: Syncfusion.SfSkinManager
Assembly: Syncfusion.SfSkinManager.WPF.dll
Syntax
public sealed class ScrollBarMode : Enum
Remarks
Fields
Compact
Compact scrollbar will be applied for control where scrollbar in non-interactive mode will be of compact size and original scrollbar size will be displayed on hover/pressed only.
Declaration
public const ScrollBarMode Compact
Field Value
Type |
---|
ScrollBarMode |
Default
Default scrollbar will be displayed.
Declaration
public const ScrollBarMode Default
Field Value
Type |
---|
ScrollBarMode |