changing appearance/color of the particular list item

  • Thread starter Thread starter Noor
  • Start date Start date
N

Noor

Hi everyone.

I wonder if we can do this in .net.


I want to change the appearance of the particular list items in a
checkedlistbox control.
Can we change those particular items color for example change forcolor of
some items that belongs to some particular category just to highlight them.


best regards..

nOor
 
You can do that in my list control. You can set background and
foreground colors by control, item or subitem if you want to give that
a shot. Note, my list control isn't %100 compatible with the stock
listview although many of the commands are the same.

http://www.glacialcomponents.com/gl.htm
 
* "Noor said:
I want to change the appearance of the particular list items in a
checkedlistbox control.
Can we change those particular items color for example change forcolor of
some items that belongs to some particular category just to highlight them.

Why not use a ListView control instead?
 
Back
Top