Flex: container scrollbars in HBox -
I have an HBox in my Flex application. The problem is, when there are a lot of things inside the HBOX, then the bottom of the app A scroll bar appears in the section. How can I reveal it in HBox, so the scrollbar scrolls inside the HBox and not the entire app? Try making a canvas around HBOX if you declare the width of the canvas as 100%, So this should be the width of the stage, and when the HBox comes in, a scrollbar should be visible.
Comments
Post a Comment