DEV Community

Cover image for VB6 LISTVIEW control grid line thickened, set the color?
xiaoyaocode163
xiaoyaocode163

Posted on

VB6 LISTVIEW control grid line thickened, set the color?

https://www.vbforums.com/showthread.php?900432-HOW-To-show-listview-Control-by-vb6-api&p=5609912&viewfull=1#post5609912

can you help he for listview control?

LVhWnd = CreateWindowEx(0, "SysListView32", vbNullString, dwStyle, 0, 0, 500, 600, Me.hWnd, 0, App.hInstance, ByVal 0)
Enter fullscreen mode Exit fullscreen mode

like this:
ListControl control draws grid lines_lvs_ex_gridlines
[url]https://blog.csdn.net/qing666888/article/details/49928917[/url]

Image description
The default grid lines are too hard to see. I want to make the grid lines thicker. How to set them?
or set the line color
[IMG]https://www.vbforums.com/attachment.php?attachmentid=187951&d=1687794599[/IMG]
how to set grid lines ?

Top comments (0)