I have a TileList in flex, and need to be able to detect if the scroll bars are shown or not, so I can change the size of the items it is laying out.
ScrollPolicy is set to auto, but I need a variable like CurrentScrollPolicy which will change from off to on depending on the content.
Thanks
Thanks eBuildy, your right!
I have created an example that also takes into account the fact that scroll bars get hidden when not needed rather than set back to null:
Thanks for the help.