I put some components to Group container, but I can move them outside container border and see them. How I can do the components could not be seen outside?
For example: 100*100 container, put into them simple button and setup (x,y) = (150, 150). So, button in container, but seen outside. I want to border of my container be a real border and hide outside components.
I put some components to Group container, but I can move them outside container
Share
All you have to do, is set the Group’s clipAndEnableScrolling property to
true(it isfalseby default).Here’s some more documentation:
http://help.adobe.com/en_US/flex/using/WS8DF44A60-B4B0-491f-A359-1B193DEB18D6.html