A scroll viewer on which mouse wheel handling can be disabled. More...
Static Public Attributes | |
static readonly DependencyProperty | IsMouseWheelEnabledProperty |
Backing store for IsMouseWheelEnabled property. | |
Protected Member Functions | |
override void | OnMouseWheel (MouseWheelEventArgs e) |
Overridden mouse wheel handling. | |
Properties | |
bool | IsMouseWheelEnabled [get, set] |
Gets/sets whether the mouse wheel handling of the scroll viewer is enabled or not. | |
A scroll viewer on which mouse wheel handling can be disabled.
|
protected |
Overridden mouse wheel handling.
e | Mouse wheel arguments. |
|
getset |
Gets/sets whether the mouse wheel handling of the scroll viewer is enabled or not.
If this property is false
you can handle the mouse wheel event in encapsulating/parent controls.
We use cookies to improve your experience. By using this documentation, you agree to our use of cookies.