I asked the same to Sebastian, and told me that this problem was shared
between ListView and Table, but Tree didn't.
knopka wrote:
>
> dperez, thank for your reply, but table.setWidth('1*'); generate unknown
> exception.
> I have one more questions. Does qx.ui.tree.Tree have the same problem?
I placed my table inside a DockLayout, along with some fixed with HorizontalBoxLayout sections, and the grid filled all available space and resizes perfectly. I did not set anything for the grid with respect to height, width etc. I left all that alone, I just set a border and background color. You
dperez, thank for your reply, but table.setWidth('1*'); generate unknown
exception.
I have one more questions. Does qx.ui.tree.Tree have the same problem?
dperez wrote:
>
> I think there is a bug in the layout engine you need to assign it a fixed
> width and height.
> Nevertheless, try this i
I think there is a bug in the layout engine you need to assign it a fixed
width and height.
Nevertheless, try this if it works: table.setWidth('1*')
This uses flex units.
knopka wrote:
>
> Hi all!
> I tried to use qx.ui.table.Table within qx.ui.layout.VerticalBoxLayout,
> but I could not to mak
Hi all!
I tried to use qx.ui.table.Table within qx.ui.layout.VerticalBoxLayout, but
I could not to make Table change a size under a size of VerticalBoxLayout.
Please, explain me how I can do this.
Thanks for your any help.
--
View this message in context:
http://www.nabble.com/autosizing-qx.u