
Is it possible to change the background color of one row in a ListView
released on Tue, 18 Dec 2001 11:02:35 +0100 bearing the
following fruit:
Quote:
>Does anyone know if it's possible to change the background color of one
>row in a ListView?
It is possible but IIRC it involves subclassing. It's much
easier to use a grid control (MSFlexgrid for example).
You can get the same look and feel as the Listview but with
much more functionality such as background colour.
J