In my last post, I described how to drag and drop items to reorder a ListView
control. This time I'm going to describe the exact same technique, but this time for the more humble ListBox
.
Entries tagged with 'insertion' Articles and information on C# and .NET development topics
I can't remember when it was I first saw something being dragged with an insertion mark for guidance. Whenever it was, it was a long long time ago and I'm just catching up now.
This article describes how to extend a ListView
control to allow the items within it to be reordered, using insertion guides.