[]
        
(Showing Draft Content)

C1.Win.C1Preview.C1PreviewPane.ScrollClient

ScrollClient Method

ScrollClient(int, int, bool)

Scrolls the previewed document in the client area by the specified horizontal and vertical amounts.

Declaration
public void ScrollClient(int dx, int dy, bool allowRowChange)
Parameters
Type Name Description
int dx

The horizontal scroll amount.

int dy

The vertical scroll amount.

bool allowRowChange

If true, the currently shown row of pages may be changed by the scroll operation. Otherwise, it can not.

ScrollClient(int, int)

Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. May change the currently shown row of pages.

Declaration
public void ScrollClient(int dx, int dy)
Parameters
Type Name Description
int dx

The horizontal scroll amount.

int dy

The vertical scroll amount.