开发者

Silverlight 4 RichTextbox Paragraph Margin or similar?

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.


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

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜