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.setColumns
Adds a set of columns to the list view control.
Syntax
public void setColumns( ColumnHeader[] columns )
Parameters
columns
A zero-based array of ColumnHeader objects that represent the columns you want to add to the list view control.
Remarks
This method removes all existing columns from the list view control before inserting new columns.
See Also getColumns