Silverlight 4 RichTextbox 段落边距或类似的?

发布于 2024-08-26 04:27:15 字数 161 浏览 7 评论 0原文

我正在尝试向 SL4 RichTextBox 添加项目符号。使用 Run / Paragraph 对象并添加正确的项目符号子项似乎是一种简单的方法。但是,当我想对现有段落应用项目符号时,我想缩进该段落的内容。如何将这种样式应用到段落中? Paragraph 的 SL 版本不存在边距。

谢谢。

I'm trying to add bullets to the SL4 RichTextBox. Using the Run / Paragraph objects and adding the correct bullet child seems to be an easy approach. However, when I want to apply a bullet to an existing paragraph, I would like to indent the content of the paragraph. How can apply this kind of styling to the paragraph? The margin doesn't exist for the SL version of Paragraph.

Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

橘虞初梦 2024-09-02 04:27:15

您必须手动查找 Paragraph 元素,并在每个 Paragraph 中插入相应的字符(项目符号或制表符)。查看此链接:

http://www.codeding.com/?article=22

you have to find the Paragraph elements manually and insert corresponding character (bullet or tab) in each Paragraph. Check out this link:

http://www.codeding.com/?article=22

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文