[]
Scrolls the previewed document in the client area by the specified horizontal and vertical amounts.
public void ScrollClient(int dx, int dy, bool allowRowChange)
Public Sub ScrollClient(dx As Integer, dy As Integer, allowRowChange As Boolean)
| 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)
Public Sub ScrollClient(dx As Integer, dy As Integer)
| Type | Name | Description |
|---|---|---|
| int | dx | The horizontal scroll amount. |
| int | dy | The vertical scroll amount. |