I'm trying to run my first Win Form C # program on a notebook, but the bottom of my program is below the taskbar. All of my controls are inside a TableLayout Panel with "Percentage" as the size type. How can I solve this?
Obs: I would like to run the windows in WindowState.Normal
, without having to maximize the window, if possible. Thanks!