Maybe you can add an event filter and remove some of the events if they are
happening too close to each others. But I thing doing that logic into the event
handler is a betetr idea, where you can either cumulate and delay execution of
the behavior.
-Original Message-
From: Interest On
Il 05/11/20 05:38, David M. Cotter ha scritto:
when scrolling, the scroll for my app is a bit sluggish (do not ask about that)
which means that mouse wheel scroll events can pile up in the queue while the
first scroll event is being processed.
meaning that a dozen more*slow* events get handled