Dragging icons in a ListView

B

batvanio

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
 
A

Atul

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top