wx.Lisctrl

Hello,

I am using wx.ListCtrl to create a list.

By default, it is possible to drag column header.

My problem is that I don’t want the column header to be dragged.

How can I disable the dragging of columns ?

I have found how to veto the resizing of columns but what about veto the dragging of columns ?

Thanks for your help

Philippe