Position ListView elements randomly in the listview

B

batvanio

Hi,

Is there any way to position randomly (not ordered) the items of a
ListView? So far i can rearrange the indexes but they still appear one
under the other, in an arranged manner. I would like to be able to drag
and drop them anywhere in the listview in an un-ordered, irregular
manner, just drop them anywhere in the view and they stay there. I was
looking at the ListViewItem Bounds property but it looks like it is
read-only. Can the items be positioned randomly at all?

Thanks,
Ivan
 
A

Atul

Set the AutoArrange to False 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
 
B

batvanio

Thanks for the feedback...
However, have you tried this? Because it does not work.
(These are my default settings. Does not work).

Ivan
 

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