Is there a way to display formatted rich text in WPF datagrid?

Posted by Greg R on Stack Overflow See other posts from Stack Overflow or by Greg R
Published on 2010-04-22T16:51:21Z Indexed on 2010/04/22 16:53 UTC
Read the original article Hit count: 421

Filed under:
|
|
|

I'm trying to display rich text inside of a column of a WPF DataGrid (from WPF Toolkit). Something like this:

Name: Bob
Title: Doctor

I am creating a data object programmatically in code with the string property. And I want this string to contain the rich text and than bind it to the column contents. Is that possible?

Would really appreciate any help!

© Stack Overflow or respective owner

Related posts about wpf

Related posts about wpfdatagrid