scotr
Thu Jan 22 12:52:09 CST 2004
Hi Bob,
Do you have a small sample project that demonstrates this behavior that I could take a look at?
Scot Rose, MCSD
Microsoft Visual Basic Developer Support
Email : scotr@online.microsoft.com <Remove word online. from address>
This posting is provided ?AS IS?, with no warranties, and confers no rights.
Get Secure!
http://www.microsoft.com/security
http://www.microsoft.com/protect
--------------------
>From: "Bob Day" <BobDay@TouchTalk.net>
>Subject: DataGrid and Wheel on mouse
>Date: Wed, 21 Jan 2004 15:19:54 -0500
>Lines: 17
>X-Priority: 3
>X-MSMail-Priority: Normal
>X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
>X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
>Message-ID: <eZx8vvF4DHA.1596@TK2MSFTNGP10.phx.gbl>
>Newsgroups: microsoft.public.dotnet.framework.windowsforms
>NNTP-Posting-Host: dhcp065-029-073-074.indy.rr.com 65.29.73.74
>Path: cpmsftngxa07.phx.gbl!cpmsftngxa06.phx.gbl!cpmsftngxa09.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
>Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.framework.windowsforms:60274
>X-Tomcat-NG: microsoft.public.dotnet.framework.windowsforms
>
>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
>
>
>