A scroll viewer on which mouse wheel handling can be disabled. More...
Inherits ScrollViewer.
Static Public Attributes | |
static readonly DependencyProperty | IsMouseWheelEnabledProperty |
Backing store for IsMouseWheelEnabled property. | |
Protected Member Functions | |
override void | OnMouseWheel (MouseWheelEventArgs e) |
Overridden mouse wheel handling. More... | |
Properties | |
bool | IsMouseWheelEnabled [get, set] |
Gets/sets whether the mouse wheel handling of the scroll viewer is enabled or not. More... | |
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.