Drag/Drop with listviews

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Matt Michael

    Drag/Drop with listviews

    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


  • Ken Tucker [MVP]

    #2
    Re: Drag/Drop with listviews

    Hi,

    Maybe these will help.
    Get detailed answers to common queries about Syncfusion Windows Forms components covering installation, features, licensing, and developer support.

    Get detailed answers to common queries about Syncfusion Windows Forms components covering installation, features, licensing, and developer support.


    Ken
    ------------------
    "Matt Michael" <ihate@spamform e.com> wrote in message
    news:%23SpxzdEj EHA.3972@tk2msf tngp13.phx.gbl. ..
    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



    Comment

    Working...