MobileForms Toolkit Documentation

DetailView.ScrollTo Method 

Scrolls the control to the specified vertical position.

public int ScrollTo(
int y
);

Parameters

y
The offset from the top to scroll to.

Return Value

The difference between the desired position y and the new vertical position (if any).

See Also

DetailView Class | Resco.Controls.DetailView Namespace