Table of Contents

Enum ScrollBarStyleKind

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

Specifies the style of a scrollbar used in the application.

public enum ScrollBarStyleKind

Fields

Custom = 2

Specifies to use custom style for the editor scroll bars defined in ScrollBarCustomStyle.

VisualStudio = 0

Specifies to use Visual Studio like scroll bar.

WpfDefault = 1

Specifies to use Wpf default scroll bar.

Remarks

This enumeration defines the available scrollbar styles, such as "Visual Studio", "WPF default" styles. Use this to configure the appearance of scrollbars in your editor controls.