Drag/Drop with listviews

M

Matt Michael

I'm writing an application that has a treeview that represents different
user folders that a user can have messages in, and a listview that displays
messages within that folder. The listview is multiselect, and I can move
multiple messages to a different folder through a context menu that calls a
subprocedure. Is there any way that I can multi-select messages, or just
single messages and drag them to a treeview "folder", so that it calls this
subprocedure that moves messages around? The tag item for each listview
item is a messageID, which is what I would need to move the messages.
Thanks in advance.


-Matt
 
K

Ken Tucker [MVP]

Hi,

Maybe these will help.
http://www.syncfusion.com/FAQ/WinForms/FAQ_c91c.asp#q617q
http://www.syncfusion.com/FAQ/WinForms/FAQ_c90c.asp#q1006q

Ken
------------------
I'm writing an application that has a treeview that represents different
user folders that a user can have messages in, and a listview that displays
messages within that folder. The listview is multiselect, and I can move
multiple messages to a different folder through a context menu that calls a
subprocedure. Is there any way that I can multi-select messages, or just
single messages and drag them to a treeview "folder", so that it calls this
subprocedure that moves messages around? The tag item for each listview
item is a messageID, which is what I would need to move the messages.
Thanks in advance.


-Matt
 

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