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 of the contents of windows at the same time. False disables scrolling of windows at the same time.
public:
property bool SyncScrollingSideBySide { bool get(); void set(bool value); };
public bool SyncScrollingSideBySide { get; set; }
member this.SyncScrollingSideBySide : bool with get, set
Public Property SyncScrollingSideBySide As Boolean