I created a demo app in Delphi 11.1 and when I maximize the window, the title bar height gets re-sized (squeezed). It looks like it is windows' default behavior. How do I prevent it? I just wanted to keep the same title bar height even when the window is maximized.
When window not maximized -
When window maximized and title bar height is automatically reduced!! It looks so annoying to me - Is there a way to prevent this behavior?
Can someone please advise me - how do we prevent this behavior? I just want to keep the title bar width without getting it changed. Or is there a way to manually reduce/clip form's client area size near to the form title, so that the form title height remains the same always?