Skip to main content

TableView.CustomScrollAnimation Event

Enables you to provide custom animation played when grid data is vertically scrolled (per-pixel).

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v14.2.dll

#Declaration

public event CustomScrollAnimationEventHandler CustomScrollAnimation

#Event Data

The CustomScrollAnimation event's handler receives an argument of the DevExpress.Xpf.Grid.CustomScrollAnimationEventArgs type.

#Remarks

The TableView.AllowPerPixelScrolling option must be set to true, and the TableView.ScrollAnimationMode property must be set to ScrollAnimationMode.Custom.

See Also