C++ CListCtrl How get cell border in View List -


i have clistbox view of type list. has 1 column view of type list splits.

i need draw border around each item .

the column contains blank icon size 1 , text.

how can draw box ?

thanks.

try adding style lvs_ex_gridlines.


Comments

Popular posts from this blog

c# - Where does the .ToList() go in LINQ query result -

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -