Skip to content

davesearle/WpfRichText.Ex

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

What's this?

This repository contains a fork of the Bindable WPF RichText Editor with XAML/HTML Convertor by Michael Sync.

Since the original implementation wasn't updated 'till 2009 and still contained some annoying bugs I allowed myself to create this improved version. Stuff I fixed:

  • Foreign chars like é à è ä ö ü didn't work, changed encoding from ASCII to UTF8
  • Visibility of the toolbar is controllable by user with the ToolbarVisibility property now for read-only purposes
  • Height of the text editor itself can be set with the EditorHeight property
Oh and instead of a demo project it's a ready-to-use class library now :-)

Requires the .NET Framework 4.0

About

Simple WYSIWYG HTML editor control for WPF

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%