Is there a LVS_SHOWSELNEVER?
C / C++ / MFC
4
Posts
2
Posters
0
Views
1
Watching
-
Hi, I was wondering how to change a listview control so that the blue selection is not shown. Does anyone have an idea? Thx, Joep
My guess is that you'd have to ownerdraw the control. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com
-
My guess is that you'd have to ownerdraw the control. /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib.com
-
Joep, Check out http://www.codeproject.com/listctrl/lvcustomdraw.asp for list control custom draw stuff, if you haven't already. HTH, /ravi "There is always one more bug..." http://www.ravib.com ravib@ravib