-
The headings, by default, are movable. For example the 'Name', 'Size', 'Filetype' e.t.c. in Windows Explorer are resizable. If I add a ListView to my form, how can I lock these headers so they can't be resized but retain the functionality of the ListView ?
Thanks
-
I dont think you can stop that from happening.
But you might be able to simply return the widths to their original size.
Its just one of those things... you want to use a ListView you accept the things that come with it ;)
-
OK, thanks for the quick response.