ListView.setAlignment

Overview | Methods | This Package | All Packages

ListView.setAlignment

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

Syntax

public void setAlignment( int value )

Parameters

value

An integer that indicates whether items are aligned to the top or to the left of the list view control by default. Possible values are constants defined in the ListViewAlignment class. The default value is ListViewAlignment.TOP.

Exceptions

WFCInvalidEnumException thrown if the specified value is not a valid ListViewAlignment constant.

See Also   getAlignment