User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060212 Fedora/1.7.12-5
I have a large form that takes more vertical height then the physical
screen permits. I can't seem to find the magic combination to permit my
scrollable composite to do this.
I tried both methods outlined in The Definitive Guide to SWT and JFaces,
using a composite as the child that is added to the scrollable
composite. Then I add three custom components to the composite.
I've tried setting the size of the:
the three custom components, the Composite, and the minimum size of the
Scrollable Composite.
However, no matter how tall I set the size of any of these three, or
these three in combination, the height of the results seems to max out
at the physical height of the window.
What is strange is that the third component is being rendered. But
while the vertical scroll bar is present, it's not active, so I can't
scroll vertically to get to the lower part of the third component.