Consultor Eletrônico



Kbase P17561: Adjusting size of a Window Frame, how Virtual-Height and Vir
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   1/31/2003
Status: Unverified

GOAL:

Adjusting size of a Window Frame, how Virtual-Height and Virtual-Width affect

GOAL:

Scroll bars appears when resizing a Window Frame?

FIX:

When resizing a window frame at runtime, it is important to consider the Frame attributes:

WIDTH
HEIGHT
VIRTUAL-WIDTH
VIRTUAL-HEIGHT

Because if when resizing the frame the developer just adjust the WIDTH and HEIGHT, then the Window will show a scroll-bar. If you want to avoid the scroll-bar you should consider to adjust the VIRTUAL-WIDTH and the VIRTUAL-HEIGHT of the frame too.