Search code examples
c#winformsminimizemaximize-window

c# Form Minimize/Maximize Buttons gone?


On one of my forms the Minimize/Maximize Buttons are gone. The ControllBox is set to true as is the MaximizeBox and MinimizeBox.

Is there some other setting I have missed?


Solution

  • Check your FormBorderStyle on that form,

    FixedToolWindow and SizableToolWindow and None doesn't have those controls at all.