DefaultTextViewOptions.EnableVerticalScrollingId 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷是否在檢視中啟用捲動。
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)
欄位值
備註
如果停用垂直捲動,則一律會捲動檢視,因此緩衝區的第一行會與檢視頂端一起排清。