Listview DragDrop

  • Thread starter Thread starter A. Walker
  • Start date Start date
A

A. Walker

Hello,
When I drag items inside my listview control it is difficult to imagine
where the dragged item will be inserted. To assist the user I want to
show/hide a single (grid)line at the current mouse position. I searched
the internet but didn't find something about that topic.
 
A. Walker said:
Hello,
When I drag items inside my listview control it is difficult to imagine
where the dragged item will be inserted. To assist the user I want to
show/hide a single (grid)line at the current mouse position. I searched
the internet but didn't find something about that topic.

First search hit on Google (".net listview drag insertion feedback"):
http://www.codeproject.com/KB/list/gListViewControl.aspx

In certain limited scenarios, the built-in support for the behavior may
suffice for you:
http://msdn.microsoft.com/en-us/library/system.windows.forms.listview.insertionmark.aspx
 
Hello A. Walker,
Well thanks,
I used completly different words for my search and got no results.

Some people are gifted at google - my bride is one of those people.

I struggle with google myself ;)

Karl
 
A. Walker said:
Well thanks,
I used completly different words for my search and got no results.

I figured as much. It's why I mentioned what keywords I _did_ use.
There's a whole art to feeding Google the words it needs for it to
provide the result you want.

As it happens, in this particular example, there are other valid
keywords that will also produce results, but different ones from what I
found. In any case, I hope by sharing the keywords that did produce
some results, that's helpful with respect to learning how to communicate
with Google better. :)

Pete
 
Back
Top