Listview DragDrop

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.
 
P

Peter Duniho

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
 
K

Karl Mitschke

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
 
P

Peter Duniho

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top