MobileForms Toolkit Documentation

AdvancedList.SetScrollPos Method 

Set the scrollbar position so that given row has selected offset from the top.

public int SetScrollPos(
int ix,
int cx,
int offset
);

Parameters

ix
Index of the row.
cx
offset
Desired offset of the row.

Return Value

Actual offset of the row.

Remarks

This method is not robust and you should be carefull about the supplied arguments.

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace