PDA

View Full Version : Alternative for Viewport



karthick_3d
21 Jun 2008, 3:35 PM
Hi,

I am pretty new to ext gwt, I was trying to create a test site which has variable height component.

I got stuck with finding alternative for Viewport class.

Viewport satisfies everything other than the height attribute. I don't want to have scrolling withing the layout, rather I would like to use browser layout.

Could you please halp me in providing alternative implementation like VerticalPanel in gwt which will scale like 100% rather than pixels.

Regards
Karthick

karthick_3d
21 Jun 2008, 4:13 PM
Hi,

ignore my earlier email. I tried VerticalPanel with TableLayout and It workss fine

Karthick