Consultor Eletrônico



Kbase P13222: How to design a scrollable large window?
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/31/2003
Status: Unverified

SYMPTOM(s):

How to design a vertically scrollable large window?

FIX:

Add the Scrollable attribute to the main frame of the window.
On this way on development mode the main frame can be resized and place the desire widgets. Once the development is finished, the main window size can be adjusted and the scrollbar will appear.
Then on run-time mode the user will be able to scroll down to see the rest of the widgets of the window.
This also can be combined with several scrollable frames placed on the main-frame of the window.