Topic: Resizing Window and it's Components

I couldn't achieve window and it's component sizing as I wanted using Anchors.

I wanted do the following:
https://s26.postimg.org/6u5a4h5ux/zzzzz_Temp52.png
I wanted all tGrids and fields resizing horizontally and vertically without overlapping.


Maximum I could do with anchor property is the following:
https://s26.postimg.org/qnlzax8mh/zzzzz_Temp53.png


Am I missing something?


Please see the attached sample project:

Post's attachments

Attachment icon Resizing2.zip 4.87 kb, 354 downloads since 2017-09-01 

Adam
God... please help me become the person my dog thinks I am.

Re: Resizing Window and it's Components

The property Anchors provide only basic possibility for that. You can do it only using script with event OnResize of Form.

Dmitry.

Re: Resizing Window and it's Components

Thanks a lot Dmitry.........


Could you provide some sample script using the sample project on my post #1 please...

Adam
God... please help me become the person my dog thinks I am.

Re: Resizing Window and it's Components

Unfortunately to implement it need to much time (about 1 hour)

Dmitry.

Re: Resizing Window and it's Components

In that case I can only hope that one day you'll have a time to offer a sample project for resizing components on a form for MVD user...........


Perhaps, in the meantime if somebody else have the time and knowledge to offer a solution would be great.

Adam
God... please help me become the person my dog thinks I am.