WP7 Mango RichTextBox 支持复制和粘贴
RichTextBox控件似乎不支持复制粘贴。真的是这样吗?我创建了一个非常简单的应用程序,其中包含一些文本的控件,但我无法选择它。是否有属性可以控制它或者它不起作用?
谢谢 --奥列格
It seems that the RichTextBox control does not support copy&paste. Is it really so? I created a very simple application that had the control with some text in it and i could not select it. Are there properties that control this or it just does not work?
thanks
--oleg
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不幸的是,它不支持复制或粘贴。如果您希望能够复制格式化文本 - 允许用户将视图切换到纯文本文本框。
It does not support copy or paste unfortunately. If you want to be able to copy formatted text - allow users to switch the view to a TextBox with plain text.