Share via


DefaultTextViewOptions.EnableVerticalScrollingId Field

Definition

Determines whether scrolling is enabled in the view.

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

Field Value

Remarks

If vertical scrolling is disabled, the view is always scrolled so the first line of the buffer is flush with the top of the view.

Applies to