newbie here, using flex 4. I've seen many posts about creating custom components but none really explain how to use them in a text box or datagrid. How do I use my custom scrollbar in a datagrid?
In my mxml application I have in the opening application tag the following: xmlns:custom="org.custom.*" In my datagrid, I've tryed setting verticalScrollBarStyleName to my component's name, which is "customSroll". I have no idea where to go from here. thx!

