Custom styled MessageBox in silverlight

谁都会走 提交于 2019-12-11 17:53:59

问题


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?


回答1:


There are lots of custom messageboxes, just search in google. Here are some of them:

  • Custom MessageBox Control for Silverlight 3
  • Custom Silverlight Controls: Creating a reusable MessageBox dialog.
  • Silverlight Modal Dialog With Custom User Controls

All of them are with source code.



来源:https://stackoverflow.com/questions/5458282/custom-styled-messagebox-in-silverlight

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!