NumericUpDown.

TrackMouseWheelWhenMouseOver Property

Summary

Gets or sets a value indicating whether the control must have the focus in order to change values using the mouse wheel.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

[Category("Behavior")]
[DefaultValue(false)]
public bool TrackMouseWheelWhenMouseOver { get; set; }

Remarks

If the value is true then the value changes when the mouse wheel is over the control.
If the value is false then the value changes only if the control has the focus.
If InterceptMouseWheel is set to "false" then this property has no effect.

Attributes

Type Description
Category
DefaultValueAttribute

Value

Type Description
bool