PrintDocument for WinForms | ComponentOne
C1.Win.PrintPreview.4.5.2 Assembly / C1.Win.C1Preview Namespace / C1PreviewPane Class / ScrollClient Method / ScrollClient(Int32,Int32) Method
The horizontal scroll amount.
The vertical scroll amount.

In This Topic
    ScrollClient(Int32,Int32) Method
    In This Topic
    Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. May change the currently shown row of pages.
    Syntax
    'Declaration
     
    Public Overloads Sub ScrollClient( _
       ByVal dx As Integer, _
       ByVal dy As Integer _
    ) 
    public void ScrollClient( 
       int dx,
       int dy
    )

    Parameters

    dx
    The horizontal scroll amount.
    dy
    The vertical scroll amount.
    See Also