C++ CListCtrl How get cell border in View List

992 Views Asked by At

I have a CListBox with a View of type List. It has only one column that the View of type List splits.

I need to draw a border around each Item .

The column contains a blank icon with size 1 and the text.

How can I draw the box ?

Thanks.

1

There are 1 best solutions below

0
On

Try adding style LVS_EX_GRIDLINES.