How to make wsmaximized not hide top menu?

1

I have a form in dephi but when I maximize it or it frames the WindowState = WsMaximized the top bar does not seem to be able to see the action buttons (close, minimize) and the title of the form.

Does anyone know of any alternatives so the menu does not add up?

    
asked by anonymous 29.01.2015 / 00:33

1 answer

1

This is not the default behavior of forms; you must have changed the value of some property for this to occur. Verify that the Align property of the form is set to AlClient , if you change to AlNone .

Also check the value of the properties Height and Width of form and see if there are no absurd values defined.

    
29.01.2015 / 01:27