How to display the gridlines only for row in ClistCtrl?
C / C++ / MFC
2
Posts
2
Posters
0
Views
1
Watching
-
Hi i Have a ClistCtrl and i want ot display the gridlines only for the rows and not for the colums. i have extended my style using the LVS_EX_GRIDLINES property. how to achive this? Thanks in Advance Gokul
Here is an article called Drawing horizontal and vertical gridlines[^], which is a very old one used to draw grid lines in a list control before it supported the LVS_EX_GRIDLINES style. Change it to draw only lines for the rows.
«_Superman_» I love work. It gives me something to do between weekends.