I have a form I set to Maximized, but for some reason it\'s ignoring the taskbar and maximizing to the entire screen. Is that typical? Is there a workaround?
What I did is the following:
In constructor of the form, wrote the following:
this.Bounds = Screen.PrimaryScreen.WorkingArea;