1

I'm using DevExpress WinForms controls, and I was wondering whether I can set the font color a cell to be something like "first word in black, second word in red".

Is this possible? Is setting different font colors per control even possible in DevExpress? How about in WinForms at all?

If not, can I use a different, "crazier" approach to get this? Use 2 label controls per cell maybe?

Tomata
  • 239
  • 1
  • 13
  • 1
    The answer at http://stackoverflow.com/questions/11311/formatting-text-in-winform-label should help you. – Ste Apr 24 '12 at 09:02
  • The question you have linked to relates to standard Winforms and not DevExpress controls which do have the functionality requested. – Kuffs Apr 24 '12 at 09:17

1 Answers1

2

It depends on exactly which control you want to do this with.

The controls that support Html formatting (and how to activate it) are listed here.

Kuffs
  • 35,581
  • 10
  • 79
  • 92