Is there a way to re-arrange the ordering of columns in
wx.ListCtrl by just doing a drag and drop ?
I am using wxPython 2.8 release.
Thanks.
Is there a way to re-arrange the ordering of columns in
wx.ListCtrl by just doing a drag and drop ?
I am using wxPython 2.8 release.
Thanks.
Susarla, Aditya wrote:
Is there a way to re-arrange the ordering of columns in wx.ListCtrl by just doing a drag and drop ?
No, wx.ListCtrl doesn't expose that functionality of the native widget on Windows, and the generic widget currently used on the other platforms doesn't support it either. There is however some code in the library for doing it with wx.grid.Grid, see wx.lib.gridmovers.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!