Is there any more elegant way to do the following?
Basically I need an easy way to programatically build a WrapPanel (or other FrameworkElement) that:
wraps correctly
allows some words to have bold text
allows some words to have italic text
allows other formatting, e.g. color, background
ideal would be some method that converts e.g. "...
Please do not mark it as a dupe of this question just yet:
http://stackoverflow.com/questions/1881865/bold-labels-in-mfc
That question does not help me; for some reason I do not see the rich edit control. Instead I believe I have to do it in code. here is a sample I found:
http://www.tech-archive.net/Archive/VC/microsoft.public.vc.mfc...
Can anyone explain why all HTML tags are working/rendering in my XML but italic ?
Also, you can't put classes in xml right, I tried that it it didn't seem to recognized any classes.
Sorry getting familiar with XML
...