Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
OverviewMethodsThis PackageAll 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