Hello guys,
I want to hide column in ListView.
Printable View
Hello guys,
I want to hide column in ListView.
Set its width to 0
Iouri Boutchkine
[email protected]
but how i restrict Column resizing
On resize event set the desired columns to 0 again
Iouri Boutchkine
[email protected]
Resizing can be done, but it causes the listview to flicker a lot while doing so. Any other options?
Hello guys,
thx for your suggestion. I m writing code in VB and in VB ListView doesn't fire any event when Column is resize. To handle a event subclassing is required which i want to avoid.
Any other suggestions...