I am creating a panel with a number of items in it that require the setting width="100%" and height="100%" but when it come to placing a panel within a window with scroll bars it don't like it.
The window also defined as 100% width and height just re-sizes to fit the content of the panel rather than remaining the same size and displaying scroll bars. When I fix the height of the window (height=200) scroll bars appear but i want the window to fit the available space. I tried creating a vbox at 100% x 100% and place a window in it at the height of the created vbox but the absolute value of height is not created when the percentHight is used. All in all I can't get what I want to work. - Any ideas anyone?

