Moving an Icon in a LargeIcon Listview
-
Hi, I need to make an area, kind of like the Windows Desktop, that is, in which I can move large icons around. I thought I could do it with PictureBoxes but they lack the editable name, which I would rather have. Then I thought I could do it with a LargeIcon listview, but there doesn't seem to be any way of moving the items around (which is kind of logical since it's a "list". Anyway I was wondering if there was any way to do this, and if there isn't what control could I use? Would I really have to mimick a LargeIcon in a UserControl? Thank you very much!
-
Hi, I need to make an area, kind of like the Windows Desktop, that is, in which I can move large icons around. I thought I could do it with PictureBoxes but they lack the editable name, which I would rather have. Then I thought I could do it with a LargeIcon listview, but there doesn't seem to be any way of moving the items around (which is kind of logical since it's a "list". Anyway I was wondering if there was any way to do this, and if there isn't what control could I use? Would I really have to mimick a LargeIcon in a UserControl? Thank you very much!
-
goldoche wrote:
but there doesn't seem to be any way of moving the items around
You mean like "sorting" the list?
led mike
-
No I mean dragging items around, placing them wherever I want. Like we do with the icons on the Windows Desktop.