C Chris Dec 26, 2005 #1 Hi, Is there any way to stop a user resizing columns in a listview? Thanks, Chris
G Guest Dec 27, 2005 #2 Hi Chris, there is no property that allows you to lock the columns (at least to my knowledge). There is an article on how to accomplish this using windows event messages, from someone who was having the same problem: http://www.codeproject.com/cs/miscctrl/myListViewNoSize.asp Hope that helps Mark Dawson http://www.markdawson.org
Hi Chris, there is no property that allows you to lock the columns (at least to my knowledge). There is an article on how to accomplish this using windows event messages, from someone who was having the same problem: http://www.codeproject.com/cs/miscctrl/myListViewNoSize.asp Hope that helps Mark Dawson http://www.markdawson.org