Hi all, I'm having the weirdest problem here with a Windows App written in c#.
Although there is absolutely nothing special about it, the main window works perfectly well on the Primary monitor and on any Secondary monitor when the latter is configured to stand on the right of the Primary monitor. However, when I reconfigure the secondary screen to be placed on the left side of my Primary monitor, I (and others) no longer can change the size of the form. The mouse-pointer does NOT change into the 'NW-SE-arrows', nor does clicking & dragging the edge react in any change towards the size of the window.
Doing some extra experimenting this seems to surface only when I have the AutoSizeMode of the form set to GrowAndShrink !?
Is this some kind of bug or am I misinterpreting the property ?
To reproduce this problem you should
- start a new WinForms project
- Add a StatusStrip to the bottom of the form
- Run the project (Debug/Any CPU in my case)
- Drag the form to the secondary monitor that stands LEFT of your primary monitor
PS: it seems that when I remove the StatusStrip, I can't resize the form at all, so I'm guessing this is some side-effect/bug in the StatusStrip object...