ok add this when you add a widget to the the column panel
columnPanel.add(widget, new AnchorLayoutData("xx%"));
where xx is a number, also it works with pixel values.
for more uses of anchor layout check the showcase
http://gwt-ext.com/demo/#anchorLayout
hope it helps,
_____________________
Ing. Gabriel Gutiérrez
On Tue, Apr 14, 2009 at 2:24 AM, Ketki Bhagwat <[email protected]> wrote:
> Hi,
>
> I have a gwtext tab panel. Each of its tab has a gwtext panel with fit
> layout. The panel with fit layout contains another panel with column layout.
> A panel having column layout has two columns in it. Now my problem is,
> column layout doesnot seem to be rendered correctly. Please have a look at
> the attached image 'columnlayout1.jpg' for the same. It pulls all widgets to
> the left hand side. But if i click on other tabs and go back again to the
> previously clicked tab, display is OK as attached in image
> 'columnlayout2.jpg' .
>
> Also if i resize the browser window, columns donot resize.
>
> How can i solve this problem? Any help will be highly appreciated.
>
> Thanks in advance.
>
>
> Ketki
>
>
>
> >
>
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"GWT-Ext Developer Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/gwt-ext?hl=en
-~----------~----~----~----~------~----~------~--~---