I would like to modify applications to support HighDPI. I found a problem with TPageControl. When I add to form TPageControl, set align to alTop and on new page I add TEdit with anchors akLeft and akRight then when I change text stretch to 150% and run test application, Edit is bigger then page (in design are edits same).
I'm using Delphi 10.1.2 Berlin and Win10 x64. It's a VCL bug? Is there a fix?
Btw: When I run test project with text stretch 100% and change stretch to 150% then size of edits is OK.