B
Bob Day
Using VS 2003, VB.net, msde...
I have a databound datagrid that works fine. The form also has several
combo boxes that determines what the datagrid displays.
When data is displayed, if you highlight a row, or click on a cell, and use
the mouse wheel to scroll down, it immediately gives focus to combobox tab
stop 1, scrolling down it's options. I would anticipate the wheel to simply
scroll down the datagrid (like hitting the down arrow on the scroll bar),
not swich to another control and scroll its options.
Any idea what is going on and how to prevent this?
Thanks!
Bob
I have a databound datagrid that works fine. The form also has several
combo boxes that determines what the datagrid displays.
When data is displayed, if you highlight a row, or click on a cell, and use
the mouse wheel to scroll down, it immediately gives focus to combobox tab
stop 1, scrolling down it's options. I would anticipate the wheel to simply
scroll down the datagrid (like hitting the down arrow on the scroll bar),
not swich to another control and scroll its options.
Any idea what is going on and how to prevent this?
Thanks!
Bob