Background image wxListCtrl?

Stefan Holmgren wrote:

Hi,
Is it possible to set a background image in a wxListCtrl?
...and is there any examples?

You could try catching its EVT_ERASE_BACKGROUND event and drawing the image there, but I think that it will draw the text with a solid background so it won't turn out like you probably want it to.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!