среда, 27 октября 2010 г.

TO DON'T: Do not ever think of writing WYSIWYG visual editor on WPF RichTextBox and FlowDocument base

It's gonna be a pain in the ass.
FlowDocument has very limited capabilities for visual editing. It's gonna be a pain to:
— Insert an image
— Make an image resizable
— Serialize, copy-paste images
— Modify table's width directly, horizontal or vertical alignment
— Modify table column's width and table cell height
— Implement a robust algorithm of table cells merging
... I'm sure this list can be continued.

Just remember to think twice before considering this idea as a good one

Комментариев нет:

Отправить комментарий