[]
Scrolls the contents of the editing control to the specified vertical offset.
public void ScrollToVerticalOffset(double offset)
Public Sub ScrollToVerticalOffset(offset As Double)
Type | Name | Description |
---|---|---|
double | offset | A double value that specifies the vertical offset to scroll to. |
Type | Condition |
---|---|
ArgumentOutOfRangeException | offset is double.NaN |