winform opens in middle
My winform has following properties:
autoscroll false
startposition WindowsDefaultBounds
TopMost True
form_load has nothing in code that would change the above. The form still opens in the middle and in order to get to the top I have to use scroll bar. What needs to be done differently?
|