Reputation: 21
I have a question, how to handle the scroll event when I scroll my mouse to adjust volume of a MediaElement
?
Upvotes: 0
Views: 4180
Reputation: 5439
I think you are looking for the UIElement.MouseWheel event.
I'd offer more, but I don't know how your app is structured. If you are using MVVM, etc.
Upvotes: 1