DifferenceViewerOptions.ScrollToFirstDiffId Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)