C++ CListCtrl How get cell border in View List

945 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 answers

0
HariDev On

Try adding style LVS_EX_GRIDLINES.