IDifferenceViewer.AreViewsSynchronized Property

Definition

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

public:
 property bool AreViewsSynchronized { bool get(); };
public:
 property bool AreViewsSynchronized { bool get(); };
public bool AreViewsSynchronized { get; }
member this.AreViewsSynchronized : bool
Public ReadOnly Property AreViewsSynchronized As Boolean

Property Value

true if the left and right views are synchronized in the side by side view, otherwise false.

Remarks

In the side by side view, the left and right views are, normally, synchronized so that so that matching text always shown in each view. If this synchronization is turned off, then each view will scroll independently.

Applies to