[]
Scrolls the previewed document in the client area by the specified horizontal and vertical amounts.
public void ScrollClient(int dx, int dy, bool allowRowChange)
| 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. |
Scrolls the previewed document in the client area by the specified horizontal and vertical amounts. May change the currently shown row of pages.
public void ScrollClient(int dx, int dy)
| Type | Name | Description |
|---|---|---|
| int | dx | The horizontal scroll amount. |
| int | dy | The vertical scroll amount. |