Microsoft SDK for Java

ListView.getAlignment

Retrieves a value indicating whether items are aligned to the top or to the left of the list view control by default.

Syntax

public final int getAlignment()

Return Value

Returns an integer that indicates whether items are aligned to the top or to the left of the list view control by default. Possible return values are constants defined in the ListViewAlignment class.

See Also   setAlignment

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