WIndows taskbar hidden when WinForms's FormBorderStyle is set to other than Sizable

107 views Asked by At

I have a question related to how does the FormBorderStyle property works. When I set the property to Sizable, the Windows taskbar shows perfectly, but when I set it to other than that (e.g. FixedSingle, FixedDialog, etc.), the taskbar doesn't show, it is hidden behind the WinForms application. How can I set the FormBorderStyle to other than Sizable and still be able to see the taskbar?

EDIT: What I mean by the taskbar is the Windows taskbar, on which the applications are shown. This is an example with the FormBorderStyle set to Sizable: image. As you can see, when you move the mouse to the bottom of the screen, the Windows taskbar shows. In contrast, when I set the property to, for example, FixedSingle, this is what happens: image. The taskbar doesn't show.

0

There are 0 answers