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. 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 is set to "false" then this property has no effect.
Namespace
MahApps.Metro.Controls
Containing Type
NumericUpDown

Syntax

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

Attributes

Type Description
Category
DefaultValueAttribute

Value

Type Description
bool