MobileForms Toolkit Documentation

AdvancedList.EnsureVisible Method

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

Overload List

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

public int EnsureVisible(Row);

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

public int EnsureVisible(Row,bool);

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

public int EnsureVisible(int);

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

public int EnsureVisible(int,bool);

Scrolls the control to ensure that chosen row and cell is visible and returns the Row vertical offset.

public int EnsureVisible(int,int,bool);

See Also

AdvancedList Class | Resco.Controls.AdvancedList Namespace