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