C1.WPF Namespace / C1ScrollViewer Class / ScrollRight Method



In This Topic
ScrollRight Method
In This Topic
Scrolls the C1ScrollViewer content to the right by HorizontalSmallChange pixels.
Syntax
'Declaration
 
Public Sub ScrollRight() 
 
'Usage
 
Dim instance As C1ScrollViewer
 
instance.ScrollRight()
See Also