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) 

필드 값

설명

세로 스크롤을 사용하지 않도록 설정하면 뷰가 항상 스크롤되므로 버퍼의 첫 번째 줄이 보기 맨 위로 플러시됩니다.

적용 대상