Enable Maximize button in dialog forms

HI All,

Will it be possoble to enable the maximize button on dialog forms.

Thanks,
Sasi

Hello Sasi,

Yes, it is possible to enable the maximize icon (button) on the dialog forms.

Go to AOT\Forms\Dialog

Expand this form and go to the “Design” node under Designs. Click on Properties icon and change the value of the

Property: WindowResize from “Fixed” to “Dynamic”.

Save and compile the form. When you will open any dialog form you’ll find the maximize icon enabled.

Thanks a lot Shankar.

I got it by using dlg.dialogForm().buildDesign().windowResize(0);