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
Atul - 18 Oct 2005 04:07 GMT
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
----------------
> Hi,
>
[quoted text clipped - 11 lines]
>
> Ivan