Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有适当的 mvvm 方式从视图中显示 CustomMessageBox 并从中获取回调?
这个示例非常好,但它使用硬编码的 MessageBoxButton(只有 Yes/No/YesNo 可用,但我需要自定义按钮)。
这包含许多关于 MvvmLight 中消息的有用信息,但 DialogMessage 也仅显示 YesNo 示例(也没有自定义按钮)。
发现Cimbalino 工具包(Cimbalino 再次拯救了一天!)有相当不错的自定义消息框。