I've installed the latest VB6 patches and I'm trying to set up a listview to allow column reordering. I've tried both setting the property AllowColumnReorder to True in the visual editor, as well as calling AllowColumnReorder=true in the form load procedure.
Yet, I still cannot move the columns when running the application.
Would there be any other things that I should be looking for? There is no place in the code that explicitly turns off this feature.
Thanks!