Page 1 of 1

Dialog resize according to host pc resolution

Posted: Thu Jan 29, 2015 10:12 pm
by ramu2020
Hi, in the dialog properties, I already set the AutoSize properties to false. I thought this will make the Dialog to remain same height and width as in the properties. However when go to each PC with different resolution, the dialog resize according to the resolution. How can I fix the Dialog size?

Re: Dialog resize according to host pc resolution

Posted: Fri Jan 30, 2015 2:08 pm
by FrancescoT
That property only works at design time (dialog Editor), in order to automatically define the dialog size based of the effective area occupied by the controls.

The dialog in reality doesn't get resized at runtime, it's the available screen resolution that changes and consequently, the available screen dimensions (height and width in pixels) to represent an object.

Hope this helps you.

Regards