Drag/Drop with listviews

  • Thread starter Thread starter Matt Michael
  • Start date Start date
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
 
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
 
Back
Top