PDA

View Full Version : How to display scroll on the FieldSet?



vinicius.rabelo
8 Jun 2009, 6:56 AM
I want to make a page with two FieldSet's... Is possible to show a scroll on field set and don't on LayoutContainer?

Why if I use fieldSet.setHeight(200), when this fieldset collapse the other fieldset doesn't up. But if I don't use fieldSet.setHeight(200) up?

Remembering that fieldSet.setScrollMode(Scroll.ALWAYS) doesn't work...