Sets a value indicating whether items are aligned to the top or to the left of the list view control by default.
public void setAlignment( int value )
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.
WFCInvalidEnumException thrown if the specified value is not a valid ListViewAlignment constant.
See Also getAlignment