Hi,

I still cannot believe there isn't a standard property (or set of
properties) that would allow me to drag, move and rearrange icons in a
standard ListView .net control!
I was trying different combinations of properties (like AutoArrange =
False, and many others...), but it looks like it does not work unless
you handle some of the events (OnBeginDrag etc...). It would seem
natural to think that such a basic functionality would be provided via
standard property, but so far I have not found a way... Does anyone
know a way to do this by settings without having to write code?

Thanks,

Ivan

Re: Dragging icons in a ListView by Atul

Atul
Mon Oct 17 22:07:27 CDT 2005

Set AutoArrange to True and 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:1129335179.502820.161880@g43g2000cwa.googlegroups.com...
> Hi,
>
> I still cannot believe there isn't a standard property (or set of
> properties) that would allow me to drag, move and rearrange icons in a
> standard ListView .net control!
> I was trying different combinations of properties (like AutoArrange =
> False, and many others...), but it looks like it does not work unless
> you handle some of the events (OnBeginDrag etc...). It would seem
> natural to think that such a basic functionality would be provided via
> standard property, but so far I have not found a way... Does anyone
> know a way to do this by settings without having to write code?
>
> Thanks,
>
> Ivan
>