cancel
Showing results for 
Search instead for 
Did you mean: 

How to avoid matrix/grid resize mess

Former Member
0 Kudos

Hi experts,

I have one form which normally looks like

After resize the form starts to look as a big mess

Is there any way to limit grid height resize?

Accepted Solutions (1)

Accepted Solutions (1)

pedro_magueija
Active Contributor
0 Kudos

Hi Konstantin,

You must capture the FORM_RESIZE with pVal.BeforeAction == false and then perform the calculation manually, then set the height on the corresponding item.

Good luck.

Best regards,

Pedro Magueija

tony_murillo
Participant
0 Kudos

Hi Pedro,

Can you write some sample code of the capture of the FORM_RESIZE?

I don't know where to code it exactly.

Thank you.

AM

pedro_magueija
Active Contributor
0 Kudos

Hi Antonio,

You can take a look at the complex form sample in the SDK Samples. It shows how to capture the event.

(it is also attached to this post)

Good luck.

Best regards,

Pedro Magueija

Answers (0)