MobileForms Toolkit Documentation

AdvancedTree.SetScrollPos Method 

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

public int SetScrollPos(
NodeCollection coll,
int ix,
int offset
);

Parameters

coll
NodeCollection which contain node.
ix
Index of the node.
offset
Desired offset of the node.

Return Value

Actual offset of the node.

Remarks

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

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace