ListView.ensureVisible

Overview | Methods | This Package | All Packages

ListView.ensureVisible

Ensures that the specified list item is visible, scrolling the list view control if necessary.

Syntax

public void ensureVisible( int index )

Parameters

index

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