Skip to main content
A newer version of this page is available. .

XtraScrollableControl.Scroll Event

Fires when the control’s view is scrolled.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.1.dll

Declaration

[DXCategory("Events")]
public event XtraScrollEventHandler Scroll

Event Data

The Scroll event's data class is DevExpress.XtraEditors.XtraScrollEventArgs.

Remarks

The Scroll event is raised when the scrollable area has been scrolled by either a user, or in code.

To specify whether the Scroll event fires when the mouse wheel is rotated, use the XtraScrollableControl.FireScrollEventOnMouseWheel property.

See Also