ScrollBarBase.ScrollBarAutoSizeChanged Event
Fires after the ScrollBarBase.ScrollBarAutoSize property’s value has been changed.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Event Data
The ScrollBarAutoSizeChanged event's data class is EventArgs.
Remarks
Handle the ScrollBarAutoSizeChanged event to perform specific actions each time the ScrollBarBase.ScrollBarAutoSize property’s value has been changed.
See Also