The AutoMouseWheel property enables an automatic scrolling of ScrollBox by mouse wheeling.
The OnPaint event occurs when the control is painted. Use the Canvas property to draw the control’s image.
If control is skinned then this event occurs when cache image is in preparing. It happens automatically usually, but, if you needed to change a cache image manually, then set the sPanel1.SkinData.BGChanged flag to True.
Also, OnAfterScroll, OnBeforeScroll, OnMouseEnter and OnMouseLeave events were added.