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

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -