Re: How to size VerticalSplitPanel contents?

2008-12-12 Thread Eric Ayers

Filling up the vertical space is a bit of a trick.  Check out this
FAQ:

http://code.google.com/docreader/#p=google-web-toolkit-doc-1-5s=google-web-toolkit-doc-1-5t=FAQ_UIVerticalFillApp

On Dec 11, 12:18 pm, dhoffer dhoff...@gmail.com wrote:
 I have a VerticalSplitPanel that contains a Tree in the top panel and
 TextArea in the bottom panel.  How can I make the top  bottom panels
 fill all available space?

 Currently the tree is only as large as its contents and the TextArea
 is some small fixed size.  How can I make both fill all available
 space?  The width should be the same as the width of the
 VerticalSplitPanel and the height of each should be dependent on the
 position of the VerticalSplitPanel's splitter bar.

 Thanks much for any assistance!

 -Dave
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: How to size VerticalSplitPanel contents?

2008-12-11 Thread Litty Preeth
did u try css

width: 100%
height:100%

- Litty
On Thu, Dec 11, 2008 at 10:48 PM, dhoffer dhoff...@gmail.com wrote:


 I have a VerticalSplitPanel that contains a Tree in the top panel and
 TextArea in the bottom panel.  How can I make the top  bottom panels
 fill all available space?

 Currently the tree is only as large as its contents and the TextArea
 is some small fixed size.  How can I make both fill all available
 space?  The width should be the same as the width of the
 VerticalSplitPanel and the height of each should be dependent on the
 position of the VerticalSplitPanel's splitter bar.

 Thanks much for any assistance!

 -Dave
 


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google Web Toolkit group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---