DataGridOnPointerWheelChanged Method

Scrolls the DataGrid according to the direction of the delta.

Definition

Namespace: Avalonia.Controls
Assembly: Avalonia.Controls.DataGrid (in Avalonia.Controls.DataGrid.dll) Version: 11.3.999
protected override void OnPointerWheelChanged(
	PointerWheelEventArgs e
)

Parameters

e  PointerWheelEventArgs
PointerWheelEventArgs

See Also