IDifferenceViewer::AreViewsSynchronized Property
Visual Studio 2015
Determines whether the left and right views are synchronized in the side by side view.
Assembly: Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)
Property Value
Type: System::Booleantrue if the left and right views are synchronized in the side by side view, otherwise false.
In the side by side view, the left and right views are usually synchronized, so that so that matching text always shown in each view. If this synchronization is turned off, then each view scrolls independently.
Show: