Feedback
Add drawing events to the Listbox control
- Status
- Fixed
- Fixed in
- v26.6.2
- Source discussion
- https://ifnotnil.com/t/introducing-objo-studio/4691/97
- Last updated
- 2026-06-07
Upvotes
0 upvotes
Uses your Objo forum account.
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)