MobileForms Toolkit Documentation

AdvancedTree.EnsureVisible Method

Scrolls the control to ensure that chosen node is visible and returns the node vertical offset.

Overload List

Scrolls the control to ensure that chosen node is visible and returns the node vertical offset.

public int EnsureVisible(Node);

Scrolls the control to ensure that chosen node is visible and returns the node vertical offset.

public int EnsureVisible(Node,bool);

Scrolls the control to ensure that choosen node is visible and returns the Node vertical offset.

public int EnsureVisible(NodeCollection,int);

Scrolls the control to ensure that chosen node is visible and returns the Node vertical offset.

public int EnsureVisible(NodeCollection,int,bool);

See Also

AdvancedTree Class | Resco.Controls.AdvancedTree Namespace