TinyHtmlWpf
TinyHtmlWpf copied to clipboard
TinyHtml.Wpf is a WPF HTML rendering library based on litehtml. It provides the rendering backend for WPF. Contrary to similar libraries it uses native WPF drawing to render texts, images and other st...
I really like the way it renders, but having non selectable text is a dealbreaker for me.
Is the DependencyProperty FontSizePropertyProperty actually working? I created a FrameworkElementFactory based on the WpfHtmlControl and try to set the FontSizePropertyProperty, but the Fontsize doesent change. Binding to HtmlProperty works fine...
Is it possible to have text selectable?