Drop Item into Specific Index in ListView in WPF C#

Posted by Kirk on Stack Overflow See other posts from Stack Overflow or by Kirk
Published on 2010-05-26T04:23:48Z Indexed on 2010/05/26 4:31 UTC
Read the original article Hit count: 181

Filed under:
|
|
|

I have a list of files in a ListView in WPF. Users can drag files onto the list view, and right now they are just appended to the end of the list. Is it possible to insert the file into the ListView right where the user dropped it?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf