I want my combobox to strech ToolStripDropDown through both screens if my item is too long. Currently, show (int x, int y) is used and it shows the item on one screen or the other depending on how far it is from the left side of the first screen. Is there a way to do it? Thanks
Asked
Active
Viewed 55 times
0
-
1No, it intentionally avoids this. This very rarely works well in practice, even if you line up the monitors as accurately as possible and they have very thin bezels. Feature, not a bug. – Hans Passant Dec 01 '13 at 13:13
-
So there is no existing way to support display with 2 screens? – user3054334 Dec 01 '13 at 13:37