On 21 December 2014 at 23:40, Pietro Battiston <me at pietrobattiston.it> wrote: > li = wx.ListItem() I think you need to give the item an ID for this to work, e.g.: li.SetId(1234) > list_ctrl.InsertItem(li) Cheers, Olly