Hi Jeff,Answering the wxListCtrl questions one by one, I've tested this on Linux and Windows and EVT_LIST_ITEM_SELECTED is fired as and when expected with a wxListCtrl with style wxLC_REPORT
The only time it isn't fired is if you have a wxListCtrl with style wxLC_VIRTUAL - but that is 'sort of' documented.
Regards Mark On 01/02/2013 20:29, Jeff wrote:
From what I can see, EVT_LIST_ITEM_SELECTED does not fire when selecting using the shift key in multi select mode. Jeff