DisableableMouseWheelScrollViewerIsMouseWheelEnabled Property

CVB.Net Documentation
Gets/sets whether the mouse wheel handling of the scroll viewer is enabled or not.

Namespace:  Stemmer.Cvb.Wpf.Controls
Assembly:  Stemmer.Cvb.Wpf (in Stemmer.Cvb.Wpf.dll) Version: 14.0.0.0
Syntax

public bool IsMouseWheelEnabled { get; set; }

Property Value

Type: Boolean
Remarks

If this property is false you can handle the mouse wheel event in encapsulating/parent controls.
See Also

Reference