'Declaration Public Property ScrollOrientation As ScrollOrientation
'Usage Dim instance As SynchronizedScrollViewer Dim value As ScrollOrientation instance.ScrollOrientation = value value = instance.ScrollOrientation
public ScrollOrientation ScrollOrientation {get; set;}
Property Value
A ScrollOrientation value representing the scroll orientation of the SynchronizedScrollViewer. By default, ScrollOrientation.Horizontal.
Member | Description |
---|---|
None | No scroll bars. |
Horizontal | The horizontal scroll bar. |
Vertical | The vertical scroll bar. |