-
Listview Control
Hi
Got a couple of queries about a Listview control that I am hoping someone can help me with.
The listview control has a "Gridline" property which sets whether or not gridlines will appear on the grid. Does anyone know of any API calls that:
1. can be called to suppress the vertical lines of the grid and
2. can be called to change the colour of the gridlines themselves.
Thanks very much.
Dougy
-
Hi Dougy,
The only thing you can do (as far as i'm aware) is set either the LVS_EX_GRIDLINES extended style bit to turn off or on the gridlines, I had a look but could find nothing regarding horizontal versus vertical gridline switching.
And as far as changing the colour of the gridlines themselves.....I don't think thats possible either - and I looked at all the MVP sites.....