1 (edited by v_pozidis 2015-10-29 13:58:02)

Topic: Resize Windows

When I resize the window from a form how can the isues inside the form resize too?
I mean when i have in the form a label, a text and a tableGrid, when I resize the form it will stay the same , how can they automaticly resize with the form ?

and how can I change the background of a panel ?

Re: Resize Windows

From my personal observation, there is no dynamism in the form so when you resize a form, you only move the external borders, that's it.

To change the background of a panel, select the form and change the property BgColor.

Re: Resize Windows

v_pozidis
Every component have property Anchors which defines the behavior of the component when the window is resized.

Dmitry.