Hi

I am trying to use a ListView control displaying large icons in a View
= LargeIcon.
I want to be able to move around the displayed icons with the mouse by
dragging the icon within the ListView and rearanging them. I was trying
this by playing with different properties in the ListView control
itself or with the Items properties and the elements of the ImageList.
However, I could not find a properties combination that would allow me
to do this. Is there such an out-of-the box functionality in the
ListView control, or do I need to handle events (Drag-related) in order
to implement this?

Thanks a lot,

Ivan

Re: Dragging and rearranging images in a ListView control by Atul

Atul
Fri Oct 14 05:13:53 CDT 2005

Try setting the AutoArrange property to False and the Alignment property to
Default.

----------------
-Atul, Sky Software http://www.ssware.com
Shell MegaPack For .Net & ActiveX
Windows Explorer GUI Controls
&
Quick-Launch Like Appbars, MSN/Office2003 Style Popups,
System Tray Icons and Shortcuts/Internet Shortcuts
----------------



<batvanio@gmail.com> wrote in message
news:1129250448.497141.240150@z14g2000cwz.googlegroups.com...
> Hi
>
> I am trying to use a ListView control displaying large icons in a View
> = LargeIcon.
> I want to be able to move around the displayed icons with the mouse by
> dragging the icon within the ListView and rearanging them. I was trying
> this by playing with different properties in the ListView control
> itself or with the Items properties and the elements of the ImageList.
> However, I could not find a properties combination that would allow me
> to do this. Is there such an out-of-the box functionality in the
> ListView control, or do I need to handle events (Drag-related) in order
> to implement this?
>
> Thanks a lot,
>
> Ivan
>



Re: Dragging and rearranging images in a ListView control by batvanio

batvanio
Fri Oct 14 10:56:39 CDT 2005

Thanks...Tried it, still does not work... am I missing something?

Ivan