Search code examples
iosdelphidelphi-xe6

Possible to change the scale of form designer (of mobile device simulator)


I'm using FMX framework of Delphi XE6 to develop a webapp for iPad. The form looks extremely large, so that the whole form cannot be shown entirely on 24' TFT monitor. If I want to add control to the form bottom, I have to scroll down first. I found one thing very annoying.

Is it possible to scale the form to 50%? On MacOS, I can easily scale the window of the iOS simulator by pressing +1.


Solution

  • If you want to fit it too your screensize you schould set the align properties to Client rather then give it a size. This way it scales automaticly to your screensize. If you have more components on your form you should change all of them too align in the way you want and maybe use layouts.