DataGrid.

OnPointerWheelChanged(PointerWheelEventArgs) Method

Summary

Scrolls the DataGrid according to the direction of the delta.
Namespace
Avalonia.Controls
Containing Type
DataGrid

Syntax

protected override void OnPointerWheelChanged(PointerWheelEventArgs e)

Parameters

Name Type Description
e PointerWheelEventArgs PointerWheelEventArgs

Return Value

Type Description
void