C# horizontal listview drag drop

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Red Head
    New Member
    • Feb 2008
    • 5

    C# horizontal listview drag drop

    Hello :)

    I would like to have an horizontal image list where you can drag and drop the images to reorder them
    (like slide reorder in powerpoint, but then in an horizontal way)

    so i had a look to this article: http://www.codeproject.com/KB/miscct...eordering.aspx

    and a set scrollable to false, so that al itemes were arranged horizontaly
    but the reordering doesn't work

    I also tried listview.insert (0, ...) and the item was added at the end = right and not at the beginning = left

    So i think it is not possible to have a horizontal image list with listview
    anny sugestions?

    tnx
  • kenobewan
    Recognized Expert Specialist
    • Dec 2006
    • 4871

    #2
    Interesting logic, you read an example but as you could not get it to work you assume it is not possible...

    Have another look, where he uses the boolean value and then depending on that value removes than inserts in another place.

    Comment

    Working...