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.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Event Data
The CustomDraw event's data class is DevExpress.XtraEditors.ScrollBarCustomDrawEventArgs.
See Also