I’d like to add some functionalities to the right border of my ADG component to help the user resize and potentially do more stuff. Is there a skin for that border? For instance, how would you make it wider, or add a handle that perhaps animates when you hover over it?
thank you, yet again!
There is no skin that allows you to do this. You have only two options:
Extending ADG is no fun at all. So, if possible I’d choose option 2. In MXML it could look something like this:
MyAdvancedDataGridContainerwould add all the fancy stuff you need without the need of changing and overriding lots of ADG’s ugly code.