silverlight 中的自定义样式 MessageBox
我想问是否有办法在 silverlight 中创建 cusotm 风格的 Messagebox,其行为与经典 Messagebox 类完全相同。以及如何用 MVVM 模式实现。有什么想法吗?
I would like to ask if there is way how to create cusotm styled Messagebox in silverlight, with exactly same behavior as classic Messagebox class. Plus how to implement with MVVM pattern. Any Ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
有很多自定义消息框,只需在谷歌中搜索即可。以下是其中的一些:
所有这些都带有源代码。
There are lots of custom messageboxes, just search in google. Here are some of them:
All of them are with source code.