DefaultTextViewHostOptions.ShowEnhancedScrollBarOptionId Field

Definition

Determines whether the vertical scroll bar is shown as a standard WPF scroll bar or the new enhanced scroll bar.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> ShowEnhancedScrollBarOptionId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> ShowEnhancedScrollBarOptionId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> ShowEnhancedScrollBarOptionId;
 staticval mutable ShowEnhancedScrollBarOptionId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly ShowEnhancedScrollBarOptionId As EditorOptionKey(Of Boolean) 

Field Value

Applies to