0

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 ?

Brian Webster
  • 30,033
  • 48
  • 152
  • 225
casey
  • 33
  • 5

1 Answers1

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