Position ListView elements randomly in the listview

  • Thread starter Thread starter batvanio
  • Start date Start date
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
 
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
 
Thanks for the feedback...
However, have you tried this? Because it does not work.
(These are my default settings. Does not work).

Ivan
 
Back
Top