Pregunta

I'm trying to set a custom background for selected items in wxPython 2.8. I cannot figure out how to do so. I've tried SetItemBackground with no luck.

¿Fue útil?

Solución

Selected items in wxListCtrl, wxListBox and so on always use the system background selection colour, it can't be changed.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top