Can't drop items with in a listview in my windows 8.1 app built using c# -


i have windows 8.1 app listview enabled drag, drop & reorder(all set true), when try drop listview items in listview re-order couldn't, i using visual studio express 2013 on windows 10, had uploaded project here project , screen record here video , tried lot couldn't find issue is, please help.

if reordering features of gridview new you, might benefit reading blog article explaining it.

http://blog.jerrynixon.com/2013/06/walkthrough-reordering-items-in.html

the common mistake developers make not use observablecollection backend store items. can't reorder list or array.

best of luck!


Comments

Popular posts from this blog

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -