GXT - link two components height

Posted by jjczopek on Stack Overflow See other posts from Stack Overflow or by jjczopek
Published on 2010-06-13T21:42:37Z Indexed on 2010/06/13 21:52 UTC
Read the original article Hit count: 224

Filed under:
|
|

Hi! I want to have a panel, with two columns.

The first column will contain a list of beans, and the right one a form panel for editing those beans. What I want to do, is that list height is the same as height of the form panel on the right. My list of beans will be larger and larger over time, so it's height will probably exceed form height. When that happens, there should be a scrollbar showed for the list. I also don't want to set explicit size for list and my form panel (it should be flexible because some time I will add or remove some form fields). I'm basically new to GXT. I'm looking forward for some proposals.

Cheers, jjczopek

© Stack Overflow or respective owner

Related posts about gwt

Related posts about gxt