lior I 0 Posted June 7, 2023 (edited) Hello, I use Delphi 7 and Delphi 10.3. On windows 10 and above the form title caption is aligned to the left at run time, even though the forms BiDiMode=bdRightToLeft. At design time it is aligned to the right as it should be. On Windows 7 the caption is right aligned at run time as needed. This is a VCL program. How can i solve this problem? I tried Params.ExStyle := Params.ExStyle or WS_EX_LAYOUTRTL in the form's CreateParams. The caption was aligned to the right but then the form controls where left aligned. Is there a solution to this bug using Delphi 10.3? Thanks in advance Edited June 7, 2023 by lior I Share this post Link to post
KodeZwerg 54 Posted June 7, 2023 https://docwiki.embarcadero.com/RADStudio/Alexandria/en/Custom_Title_Bar_for_VCL_Forms Share this post Link to post
lior I 0 Posted June 8, 2023 Unfortunately custom title bar does not exist in Delphi 10.3 RIO. Share this post Link to post