Enum ScrollBarStyleKind
Specifies the style of a scrollbar used in the application.
public enum ScrollBarStyleKind
Fields
Custom = 2Specifies to use custom style for the editor scroll bars defined in ScrollBarCustomStyle.
VisualStudio = 0Specifies to use Visual Studio like scroll bar.
WpfDefault = 1Specifies 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.