DefaultTextViewOptions.EnableVerticalScrollingId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.