Click here to Skip to main content
15,888,401 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I have a Windows Forms ListView in C# and I have setup the large icon view.
I also set autoarrange to false and allowdrop to true. Now I would expect that I can freely move a large icon ListViewItem within my ListView control. That's not the case. I was go through all settings of the ListView again and found nothing more relevant that would make me able to move single icons to another place within my ListView. I don't need any DragDrop nor from outside or from another control, just to clarify. I only want to move an existing item a bit more left or right within the listView window without dragging it on any other items. Free position movement was always no big deal in large icon listViews, so what am I missing?

What I have tried:

I checked over all properties of the listView again. I have one large symbol in my listView which I want to move to another place within the listView. the listView contains no more symbols that this one and will not contain more than one. I want to change the position within the listView from the one and only item!
I found only Dragging and Dropping codes which rely on the exact selection of one or more items. I cannot move my item freely with it and the codes weren't working at all for me. I do not Drag'n Drop something in my ListView or out of it.
There must be another way of doing this!
Posted
Updated 9-Apr-16 14:01pm
Comments
Arvind Zamakia 9-Apr-16 22:58pm    
What you need. More clarify?

1 solution

You need a little more than just settings, take a look at this entry[^].
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900