Element representing a list header with multiple columns. It is intended to be placed directly above a html.ListView element.
The model of columns supports several attributes:
title(string): The title textwidth(number): The initial widthresizable(bool): Whether the columns is resizable
Properties:
| Name | Type | Description |
|---|---|---|
model |
core.ListModel | The model of columns. |
columnWidths |
Array.<number> | [readonly] The widths of the particular columns. |
Extends
Methods
-
Resets the column widths.
-
Resizes the given column width by a delta amount.
Name Type Description idxnumber The index number of the column to resize.
nnumber The amount to add to the column's width.