DefaultTextViewOptions.EnableVerticalScrollingId 欄位

定義

判斷是否在檢視中啟用捲動。

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) 

欄位值

備註

如果停用垂直捲動,則一律會捲動檢視,因此緩衝區的第一行會與檢視頂端一起排清。

適用於