
Keeping the user from arranging icons in Listview
The only way to do that (short of subclassing the control) is to set the
OleDragMode property to ccOLEDragAutomatic (1).
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Please post/reply to the newsgroup(s) so
that everyone can benefit from the discussion.
Regards,
Klaus H. Probst, MCP
ICQ: 22454937
The VB Box: http://members.xoom.com/kprobst/
~~~~~~~~~~~~~~~~~~~~~~~~~~~
Quote:
> Is there a way to keep the user from being able to rearrange the icons
> displayed in a Listview control? I can't seem to find any
> documentation on this. Please help?
> Thanks in advance,
> Tim Warthen