Microsoft SDK for Java

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.

© 1999 Microsoft Corporation. All rights reserved. Terms of use.