You WinListView DragDrop demo is a very terrible example when displaying elements being dragged. If I select like three items that are going to be dragged that are far apart from each other in the list view these items remain far apart from each other while being dragged. These items should be directly right underneath each other while being dragged not half way spread out away from each other. Do you have a fix for this in you demo.
Hello ,
Thank you for your feedback.
Please let me know if you have any further questions regarding this matter.
Looks like you code probably does work. Somehow I am not passing all the items selected when there is vertical scroll bar on a list veiw.
Thanks
Well it seems the problem is the code only works if there list view control does not have a vertical scrollbar. When the list view has a vertical scroll bar item drag does not dislplay item if the vertical scroll bar is move to select other items.
Correction the code only works one the first drag and not flowing drags. Not sure why that would be
Did a little tweaking of your code and it works great.
Thanks for the information.
I see you are just drawing to bit maps and trasforming the second bitmap and showing it.
Great idea.