Click or drag to resize

AdvancedScrollWheelMode Enumeration

Specifies the smooth scrolling mode.

Namespace: TomsToolbox.Wpf.Interactivity
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public enum AdvancedScrollWheelMode
Members
Member nameValueDescription
None0 Smooth scrolling is turned off.
WithAnimation1 Smooth scrolling with animation.
WithoutAnimation2 Smooth scrolling without animation.
See Also