I know you can display an item in a ListView bold, but how can you make the whole row having its top and/or bottom gridline being bold?
Printable View
I know you can display an item in a ListView bold, but how can you make the whole row having its top and/or bottom gridline being bold?
If there is no property for this ( I'm not sure but I think there is non ) you can only derive from ListView and build an ownerdrawn one There you can add all the needs you have, because you are drawing it. ( Its nearly the same then in C++ MFC to do )Quote:
Originally Posted by SoftwareTester