Feedback
Add drawing events to the Listbox control
- Status
- Fixed
- Fixed in
- v26.6.2
- Source discussion
- -
- Last updated
- 2026-06-07
Public summary
Add hooks into the Listbox drawing pipeline so users can alter the appearance. Consider adding the following:
PaintCellBackground(g As Graphics, row As Integer, column As Integer)PaintCellText(g As Graphics, row As Integer, column As Integer, x As Integer, y As Integer)PaintHeaderBackground(g As Graphics, column As Integer)PaintHeaderContent(g As Graphics, column As Integer)