Search code examples
c#winformslabelrichtextboxrtf

MultiColor Label Control


Is it at all possible to make a Label multi-colored? I have a RichTextBox that the user can type text into and format as required; I need to be able to display the resulting text, with the correct styles set by the user inside a Label control.

Anyone have any suggestions/advice/links?


Solution

  • I think it might be easier to just use RichTextBoxes for your labels. Make them readonly and borderless.

    This link may help you to make the background transparent. (Link is broken)