MobileForms Toolkit Documentation

ListBoxEx.EnsureVisible Method 

Ensures that the specified item is visible within the control, scrolling the contents of the control if necessary.

public void EnsureVisible(
int index
);

Parameters

index
The zero-based index of the item to scroll into view.

See Also

ListBoxEx Class | Resco.Controls.DetailView.DetailViewInternal Namespace