Drag multiple selection in wxListCtrl

Hi,

How to do a multiple selection with drag in a wxListCtrl (GTK and MacOS)?

IMHO, I think that the selected item event must be posted
on a wx.EVT_LEFT_UP and no on a wx.EVT_LEFT_DOWN mouse event.

Best Regards.