This seems to be a very useful property as it allows to create views of the list where the user can manually set the order of the items. However, I cannot seem to find a way to set this property for a specific existing list, apart from doing it through code. Isn't there a UI setting for this? What other choices are there for changing this property?
One more thing. By setting the property to true, a user cannot simply change the order of the items. He first has to enable the view so that it can be reordered. The property of the view for doing that is SPView.OrderedView, but that is a readonly property and therefore cannot be set programmaticaly, only through the UI. Peculiar...
Any answers are more than welcome!