There is a sprite in the selectionLayer called "headerSelection"
var s:Sprite = Sprite(
selectionLayer.getChildByName("headerSelection"));
It gets updated in mouseOverHandler so you could subclass and after
super.mouseOverHandler, get the headerSelection Sprite and give it new graphics
From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of
GreatStalin
Sent: Wednesday, September 10, 2008 12:44 AM
To: [email protected]
Subject: RE: [flexcomponents] DataGrid column-header mouseOver
Hi,
Thanks for the quick reply!
I forgot to mention that I'm using Flex 2 for this project (due to it being
a massive, yet old, project), and thus DataGridHeader doesn't exist.
I see that Adobe suggests overriding drawHeaderBackground() in this case,
but would that not change the entire header, rather than just the column
you're putting the mouse over?
Hm...
Thanks again,
GS
--
View this message in context:
http://www.nabble.com/DataGrid-column-header-mouseOver-tp19391088p19408399.html
Sent from the Flex Component Development mailing list archive at Nabble.com.