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:
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
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