Hi,
I have a question on getting the height of a layout. I have a VLayout that contains members.
When I do a getHeight() or getVisibleHeight() on the layout it gives me the correct height.
But when I store away the layout, replace it with another layout in its parent and later add it back
as member to the same parent, while the layout itself is displayed correctly, querying its height returns "1".
How can I get its correct/original height?
I am using SmartGWT Pro 5.1.
Thanks.
I have a question on getting the height of a layout. I have a VLayout that contains members.
When I do a getHeight() or getVisibleHeight() on the layout it gives me the correct height.
But when I store away the layout, replace it with another layout in its parent and later add it back
as member to the same parent, while the layout itself is displayed correctly, querying its height returns "1".
How can I get its correct/original height?
I am using SmartGWT Pro 5.1.
Thanks.