WinRT 8.1 Phone - ListView reordering

后端 未结 2 1988
予麋鹿
予麋鹿 2021-01-13 14:44

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):

2条回答
  •  轮回少年
    2021-01-13 15:43

    It appears that the property CanReorderItems is not supported on Windows Phone 8.1.

    (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.)

提交回复
热议问题