IDifferenceViewer::AreViewsSynchronized Property

 

Determines whether the left and right views are synchronized in the side by side view.

Namespace:   Microsoft.VisualStudio.Text.Differencing
Assembly:  Microsoft.VisualStudio.Text.UI (in Microsoft.VisualStudio.Text.UI.dll)

property bool AreViewsSynchronized {
	bool get();
}

Property Value

Type: System::Boolean

true 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.

Return to top
Show: