-
19 Apr 2012 11:22 AM #1
setting scrollable causes container to vanish
setting scrollable causes container to vanish
Weird problem here. When I set the scrollable property on a container, it's contents vanish! Please see the screencaps to see what I mean. The only purpose for that container is to make that long list of checkboxes scrollable.
Any ideas what's wrong here?
-
19 Apr 2012 11:32 AM #2
If you want to make it scrollable, you'll need to give it a height.
Aaron Conran
@aconran
Sencha Architect Development Team
-
19 Apr 2012 11:42 AM #3
I guess it's hard to see because this forum reduces the image size, but the height was already set at 100%
-
19 Apr 2012 12:54 PM #4
Give it a fixed number. If you are looking for it to stretch to fit the rest of the available space, use a vbox layout and set an appropriate flex value.
Aaron Conran
@aconran
Sencha Architect Development Team


Reply With Quote