What is a best free way to make form resizeable in Delphi 7?
Posted
by Tofig Hasanov
on Stack Overflow
See other posts from Stack Overflow
or by Tofig Hasanov
Published on 2010-03-22T06:14:37Z
Indexed on
2010/03/22
6:21 UTC
Read the original article
Hit count: 341
I need my form in Delphi to be resizeable, and all components and controls should stretch proportionally, along with font sizes etc. Right now in order to resize components I write a code inside "OnResize" event, and manually calculate all components' sizes and fonts. I would like to have more simple solution, which I can apply to different applications without rewriting this code for each form. I found some components on the web, but they are shareware. Can you suggest something?
© Stack Overflow or respective owner