user2073973
user2073973

Reputation: 584

Supporting multiple screen sizes

I want to build a mobile application in Delphi, but I can't seem to figure out how to handle multiple screen sizes. AndroidStudio has a nice relative layout for this, but I can't find anything alike for delphi. Am I supposed to build a multiple form designs for each screen size?

I'm using XE6, I am requoired to use Delphi as the programming language.

Upvotes: 2

Views: 1008

Answers (1)

user2073973
user2073973

Reputation: 584

I have already figured it out, you have to use the Align property on every single control you add to the form.

Upvotes: 1

Related Questions