How can I temporarily disable listview selection rectangle, so when someone clicks the listview and holds the button down & moves the mouse, the rectangle is not shown? And how do I enable it again after that? (VB.NET)
A:
You can set the enabled property to false, then back to true again to enable the selections. It will display a a gray background when it is disabled.
xpda
2009-07-27 04:22:29
I've solved it with a panel placed over the listview.
Jiri
2009-10-03 15:02:35