Feedback
Add a Paint event to ContainerControl
- Status
- Fixed
- Fixed in
- v26.9.1
- Area
- -
- Source discussion
- https://forum.objo.dev/d/979-containercontrol-missing-paint-evenr
- Last updated
- 2026-09-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
Add a Paint(g As Graphics) event to ContainerControl so applications can draw custom backgrounds, borders, rounded panels, and other decoration behind hosted child controls. The event should use the same drawing model as Canvas and support explicit repainting through Refresh().