E
Ernst Sauer
Hello,
I have a Form1 with a ToolStrip and a ToolStripCommboBox.
In Form1 I have a Window Form2 with ScrollBars.
When I select an item in the ComboBox it is highlighted, ok ...
But after clicking elsewhere in Form2, I would expect that the selected
item is no longer highlighted and (main problem) that I could use the
MouseWheel in Form2. But this is not the case.
I can scroll the Form2 with the ScrollBars, but not with the MouseWheel,
because the ComboBox has the focus for it.
this.Focus();
in the MouseDownHandler for the Form2 has no effect.
Thanks for help
E.S.
I have a Form1 with a ToolStrip and a ToolStripCommboBox.
In Form1 I have a Window Form2 with ScrollBars.
When I select an item in the ComboBox it is highlighted, ok ...
But after clicking elsewhere in Form2, I would expect that the selected
item is no longer highlighted and (main problem) that I could use the
MouseWheel in Form2. But this is not the case.
I can scroll the Form2 with the ScrollBars, but not with the MouseWheel,
because the ComboBox has the focus for it.
this.Focus();
in the MouseDownHandler for the Form2 has no effect.
Thanks for help
E.S.