C# how to locate ToolStripDropDown in both screens

68 views Asked by At

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

0

There are 0 answers