I need to create a reorderable ListView in a Windows Phone 8.1 app created using WinRT. The XAML is the following (it binds to an ObservableDictionary in the codebehind):
It appears that the property CanReorderItems is not supported on Windows Phone 8.1.
CanReorderItems
(I tried a simple example, and it does not work, and I could not find any combination that made it work as it does on Windows 8.1.)