:: Documentation >>

Height

The height of the column headers can be set with setHeaderHeight() method.

obj.setHeaderHeight(40);

The similar method works for the footer row.

obj.setFooterHeight(30);

The footer row is hidden by default. Call setFooterVisible(true) to make it visible.

obj.setFooterVisible(true);

With extended grid (AW.Grid.Extended) which allows multiple header/footer rows - use row index argument to specify the height of particular header/footer row.

obj.setHeaderCount(2);
obj.setHeaderHeight(40, 0); // header row-0
obj.setHeaderHeight(30, 1); // header row-1

See also

Selector (row header) width, show/hide headers
Class reference - header height, visible, count
Class reference - footer height, visible, count

Comments

How to wrap text on header F.Igor (2)

Documentation:

Recent changes:

2.6.4
2.6.3
2.6.2
2.6.1
2.6.1
2.6.0
2.5.0 - 2.5.6
2.5.6
2.5.0 - 2.5.5
2.5.5