I am adding a headerRenderer to the FlexDataGridColumn. Is it possible to customize the height of the FlexDataGridColumn so that all elements of the headerRenderer are visible ?
Asked
Active
Viewed 365 times
0
-
Which version are you on? The latest version has `variableHeaderHeight` property that should do this. – flexicious.com Nov 26 '12 at 04:20
1 Answers
0
Flexicious 2.9 has variableHeaderHeight property that should do this.

flexicious.com
- 1,601
- 1
- 13
- 21
-
I am using the Trial Flex 4 Ultimate Grid. There are only variableRowHeight and variableRowHeightUseRendererForCalculation. I manage it using headerRowHeight. Thanks – casey Nov 26 '12 at 20:53