Highlight a listview column
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
I have a Windows listview control with 15 columns. Is there a way for me to highlight a specific column in the listview? Can I also move the highlight by scrolling left and right on the listview? Thanks.
-
I have a Windows listview control with 15 columns. Is there a way for me to highlight a specific column in the listview? Can I also move the highlight by scrolling left and right on the listview? Thanks.
Does this helps? http://www.codeguru.com/Cpp/controls/listview/backgroundcolorandimage/article.php/c4181/[^] Saurabh