Skip to main content

ScrollBarBase.CustomDraw Event

Occurs before the scroll bar is shown on-screen and allows you to manually re-paint it.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

[DXCategory("Events")]
public event EventHandler<ScrollBarCustomDrawEventArgs> CustomDraw

Event Data

The CustomDraw event's data class is DevExpress.XtraEditors.ScrollBarCustomDrawEventArgs.

See Also