DifferenceViewerOptions.ScrollToFirstDiffId Field

Definition

If true, the difference viewer will scroll each contained view to the first visible difference after the files are compared. If false, the scrolled area is left alone.

public: static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> ScrollToFirstDiffId;
static initonly Microsoft::VisualStudio::Text::Editor::EditorOptionKey<bool> ScrollToFirstDiffId;
public static readonly Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool> ScrollToFirstDiffId;
 staticval mutable ScrollToFirstDiffId : Microsoft.VisualStudio.Text.Editor.EditorOptionKey<bool>
Public Shared ReadOnly ScrollToFirstDiffId As EditorOptionKey(Of Boolean) 

Field Value

Applies to