DefaultTextViewOptions.EnableVerticalScrollingId Feld

Definition

Bestimmt, ob der Bildlauf in der Ansicht aktiviert ist.

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) 

Feldwert

Hinweise

Wenn der vertikale Bildlauf deaktiviert ist, wird die Ansicht immer gescrollt, sodass die erste Zeile des Puffers mit dem oberen Rand der Ansicht geleert wird.

Gilt für: