如何折叠段落?
如何使 FlowDocument 中的段落可折叠,同时保持其文本可选?
How can I make a Paragraph collapsible in a FlowDocument while keeping its text selectable?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使 FlowDocument 中的段落可折叠,同时保持其文本可选?
How can I make a Paragraph collapsible in a FlowDocument while keeping its text selectable?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
这一定是有史以来最丑陋的扩展之一(就代码和视觉效果而言),但它“使段落可折叠”并且文本仍然可选。
实际上使段落可折叠可能不是最好的方法,我认为这种功能应该由面板/信封文档来处理。
This has to be one of the ugliest extensions ever (in terms of code and visuals) but it "makes a Paragraph collabsible" and the text is still selectable.
Litterally making the paragraph collapsible is probably not the best approach, i think this kind of functionality is rather something the panel/enveloping document should take care of.