Re: [qooxdoo-devel] how to set size of list on tab

2008-08-20 Thread John de la Garza
Sebastian Werner wrote: > The TabView will be stretched by the VBox where it is placed in. When > you do not like this behavior you can do a tabview.setAllowGrowX(false). > This protects the TabView from being stretched. > > Sebastian > > didn't change the behavior... this is what I have now:

Re: [qooxdoo-devel] how to set size of list on tab

2008-08-20 Thread Sebastian Werner
The TabView will be stretched by the VBox where it is placed in. When you do not like this behavior you can do a tabview.setAllowGrowX(false). This protects the TabView from being stretched. Sebastian johndela1 schrieb: > I have a page with a TabView. I placed two lists on it so I can play wi

[qooxdoo-devel] how to set size of list on tab

2008-08-19 Thread johndela1
I have a page with a TabView. I placed two lists on it so I can play with drag and drop. The lists are as wide as the tab, I tried calling setWidth or even setting width. Any ideas of what I am doing wrong? They don't respond... here is some of my code: qx.Class.define("custom.Application