ScrollViewer doesn't fire MouseWheel event while Scrolling
Posted
by beaudetious
on Stack Overflow
See other posts from Stack Overflow
or by beaudetious
Published on 2010-06-04T17:46:07Z
Indexed on
2010/06/07
7:32 UTC
Read the original article
Hit count: 417
The ScrollViewer's MouseWheel event will fire only when the scrollbar is at the end of it's track (either the top or bottom/left or right). The MouseWheel event does not fire when it's anywhere in between.
Does anyone have any clue as to how to capture the scrolling when it's being caused by the mouse wheel?
© Stack Overflow or respective owner