开发者

Is WPF's FlowDocument content user-editable?

开发者 https://www.devze.com 2023-04-02 00:43 出处:网络
I understand and have read about using WPF\'s FlowDocument to create an XML style document on screen, but is the cont开发者_开发知识库ent presented editable by the user, or is it read only? And, if so

I understand and have read about using WPF's FlowDocument to create an XML style document on screen, but is the cont开发者_开发知识库ent presented editable by the user, or is it read only? And, if so, how is this done?

My question mostly centres around the use of the listitem control because it would be nice to be able to edit the order of the list items presented for use in my program, rather than me having to create my own custom control(s).

Regards.


FlowDocuments as objects are editable, if they can be edited in the UI depends on the controls that use them. If you use them in a Page they are not, if you use them in a RichTextBox they are.

0

精彩评论

暂无评论...
验证码 换一张
取 消