SoftwareTester
February 2nd, 2008, 09:48 AM
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?
|
Click to See Complete Forum and Search --> : gridline of a ListView row thick SoftwareTester February 2nd, 2008, 09:48 AM 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? JonnyPoet February 2nd, 2008, 05:58 PM 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 ) codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |