Windows.SyncScrollingSideBySide Property
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.
True enables scrolling the contents of windows at the same time when documents are being compared side by side. False disables scrolling the windows at the same time.
public:
property bool SyncScrollingSideBySide { bool get(); void set(bool value); };
public bool SyncScrollingSideBySide { get; set; }
Public Property SyncScrollingSideBySide As Boolean