wx.ListCtrl : color selected item when loose focus

I'd like to change default color of item selected when the wx.ListCtrl lost the focus.

i think to set something when wx.EVT_KILL_FOCUS, but i don't know what.
Can you help me?

thank you

I'm not sure that the ListCtrl really supports that. You'd probably be
better off using the UltimateListCtrl.

···

On Jan 21, 4:17 am, Ale Ghelfi <grapp...@hotmail.it> wrote:

I'd like to change default color of item selected when the wx.ListCtrl
lost the focus.

i think to set something when wx.EVT_KILL_FOCUS, but i don't know what.
Can you help me?

thank you

-------------------
Mike Driscoll

Blog: http://blog.pythonlibrary.org

You are right, it will always use the system settings for those colors.

···

On 1/21/11 8:52 AM, Mike Driscoll wrote:

On Jan 21, 4:17 am, Ale Ghelfi<grapp...@hotmail.it> wrote:

I'd like to change default color of item selected when the wx.ListCtrl
lost the focus.

i think to set something when wx.EVT_KILL_FOCUS, but i don't know what.
Can you help me?

thank you

I'm not sure that the ListCtrl really supports that.

--
Robin Dunn
Software Craftsman