rowHeadingWidths

Specifies the widths of the row headings on the grid.

Syntax

rowHeadingWidths="widths"

where:

Argument Default Description
widths none A comma-separated list of integers, each representing the row headers in pixels.

Usage

The autosizeEnabled property needs to be false for this property to be used. If the width for a row heading is not specified, the width will be automatically calculated to fit the entire heading. If the heading is longer than the width specified, the grid may not display properly.

Related reference
autosizeEnabled