Silverlight 4 中默认为 RichTextArea 内容添加下划线
我正在使用 RichTextArea 在 SL 4 中显示我的 html 内容,我想在控件显示的内容下划线(不修改 html),并在文本上附加 Onclick 事件。我尝试了不同的选项,即在超链接按钮的内容模板中使用 RichTextArea,但由于无法直接设置 RichTextArea 的内容,因此排除了这一点。有什么建议吗?
I'm uisng a RichTextArea to display my html content in SL 4,I want to underline the content displayed by the control ( without modifying the html) and also attach an event of Onclick on the text . I tried different options i.e using RichTextArea in the content template of a Hyperlinkbutton but as the content of RichTextArea cannot be set directly, this was ruled out. Any suggestions ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您所需要做的就是用“下划线”元素包围您的内容。
以下是在 XAML 中执行此操作的方法:
以下是在 C# 中执行此操作的方法:
祝你好运,
吉姆·麦柯迪
面对面软件和 YinYangMoney
All you need to do is to surround your content with an 'Underline' element.
Here is how you can do it in XAML:
Here is how you can do it in C#:
Good luck,
Jim McCurdy
Face to Face Software and YinYangMoney