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

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -