How to use different colors in a textbox or label

G

GY2

What is the lightest-weight control which would allow me to display
different lines of a text list in different colors? Right now I'm using the
very light-weight standard label control but User want to see the different
text lines in different colors. Each control will represent a day on a
monthly calendar so there will be a lot of controls needed. That's why I
don't want to use, say 35 individual browser controls.
 
Top