9

My boss is looking for a .NET text control to build a custom editor on. Here’s what we need it to do:

  • Supports embedded tables, with easily editing (like Word tables).
  • Supports different text styles (font, size, color, background, etc).
  • Ability to programmatically set styles, both on first load, and as file is edited.
  • Supports key/mouse catching events and changing behavior.
  • Supports large documents (10's to 100's of klocs) without losing performance.
  • Not a full up word processing control, but more an advanced text control.
  • We don’t need to support .rtf, .html, etc. Instead, we need to be able to on the fly translate our data into the text editor control and back out as well, presumably by dynamically creating tables, indentation levels, etc.

We have looked at and rejected a few options including TX Text Control (because its table editing is not good enough, specifically its column editing abilities)


edit:

  • must support stand alone use.
4

3 回答 3

2

试试telerik的编辑器控件。看看演示,看看它是否对你有好处。

于 2008-12-16T19:37:55.333 回答
0

如何在 WinForms 中托管WPF RichTextBox控件。

于 2009-05-08T16:20:12.780 回答
0

与 Telerik 的回答在精神上相似......您是否考虑过 DevExpress 丰富的编辑控件?他们还提供了一个不错的应用程序框架来构建您的应用程序。

于 2009-05-09T22:29:42.223 回答