Windows.SyncScrollingSideBySide Property
True enables scrolling of the contents of windows at the same time. False disables scrolling of windows at the same time.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property SyncScrollingSideBySide As Boolean
Get
Set
'Usage
Dim instance As Windows
Dim value As Boolean
value = instance.SyncScrollingSideBySide
instance.SyncScrollingSideBySide = value
bool SyncScrollingSideBySide { get; set; }
Property Value
Type: System.Boolean