Customize Listbox Disclosure Triangle

Using both the CellTextPaint and CellBackgroundPaint I can customize the listbox to look and feel how I want.

When a row is selected the text goes to white and I don’t want it to so I changed “g.ForeColor” in the CellTextPaint event. The problem is that the disclosure triangle for my nested rows is still white. Is there any way to control how this is rendered?

[quote=214532:@Brock Nash]Using both the CellTextPaint and CellBackgroundPaint I can customize the listbox to look and feel how I want.

When a row is selected the text goes to white and I don’t want it to so I changed “g.ForeColor” in the CellTextPaint event. The problem is that the disclosure triangle for my nested rows is still white. Is there any way to control how this is rendered?[/quote]

No… I wish there was.

  • Karen