Hi!
There is my scenario:
I have a BorderContainer that is contained by a Scroller.
Question :
How can i make my BorderContainer to listen for Scroler events?
e.g. When i scroll down or up, or right or left, i want to change my BorderContainer's cordinates(x, y).
Thank you!