-
3 Feb 2012 10:50 AM #11
It looks like you have a layout that's "squashing" your list, so it's there but not showing up. You should try using fit layout in the panel that contains that list (by the way, you don't need an extra panel for it if you're only putting a list, it can stay on its own as a child of MenuView.
The other alternative is to set an height on the list, that should get you started. If you have more than one component you can use an HBOX layout and set flex properties.
I hope this helps a bit, let me know if that gets you anywhere.--
Luca Candela
twitter: @luckymethod
-
4 Feb 2012 2:23 AM #12
Hi,
thanks for your help! I could resolve the problem - but I think it was a "layout-bug". It works now, but I can't tell you what the problem was.
Anyway - thanks
-
1 Mar 2012 9:45 AM #13
I seem to be having the same problem and I've tried using a list and dataview.
My layout is not squashing my data bound control because I can scroll it and see it but it's just blank.
So how can I fix this ?



Reply With Quote