[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: -1 value from "GridView1.Column" and "GridView1.Row" with the middle mouse button
[Thread Prev] | [Thread Next]
- Subject: Re: -1 value from "GridView1.Column" and "GridView1.Row" with the middle mouse button
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Wed, 3 Sep 2025 09:59:45 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 03/09/2025 à 03:30, Lee a écrit :
I thought perhaps the event to use to get correct Row and Column values might be GridView1_MouseWheel. But, that event doesn't get triggered.
No, the 'Wheel' event is "eaten" by the GridView for scrolling its contents, and I didn't find a good reason for propagating it.
Regards, -- Benoît Minisini.
-1 value from "GridView1.Column" and "GridView1.Row" with the middle mouse button | vuott@xxxxxxxxxxxx |
Re: -1 value from "GridView1.Column" and "GridView1.Row" with the middle mouse button | Lee <t.lee.davidson@xxxxxxxxx> |