CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Dec 2000
    Posts
    66

    How to prevent the icon being dragged in the ListView?

    Make the ListView's ViewType as "lvwIcon", we can drag and drop the icons in the listview.
    How to avoid this feature? Means the icon will stay on the listview steadily.

    Thanks in advance.

    //-----------------------------------------\\
    Where there's a wire , there's a way
    \\-----------------------------------------//

  2. #2
    Join Date
    Apr 2001
    Posts
    95

    Re: How to prevent the icon being dragged in the ListView?

    I am not sure of this... but can you not just change the listview's DragMode to vbManual????


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured