我可以在 Silverlight 4 中将按钮放入 RichTextBox 中吗?
我想允许用户将 System.Windows.Controls.Button 放入 System.Windows.Controls.RichTextBox 中。该按钮将执行预定义的操作。
I would like to allow users to put a System.Windows.Controls.Button in the System.Windows.Controls.RichTextBox. The button would do a pre-defined thing.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想出了如何做到这一点。它称为 InlineUIContainer,您可以执行类似的操作来使其正常工作。虽然它没有将其保存到 Xaml 中
I figured out how to do this. It's called an InlineUIContainer you can do something like this to get it working. Although it doesn't save it into the Xaml