WPFDevelopers.Minimal icon indicating copy to clipboard operation
WPFDevelopers.Minimal copied to clipboard

This is a WPF basic control, welcome to use 😊

Results 4 WPFDevelopers.Minimal issues
Sort by recently updated
recently updated
newest added

TextBox建议添加默认开关属性

最为一个刚刚接触wpf的开发人员,知道wpf有肯强大的自定义能力,但对新接触的人来说,并不知道如何下手,希望作者能添加一些常用的控件,比如类似 winform 的 checklistbox,TreeView(checkbox)

问题1:使用Prism 的 _dialogService.ShowDialog("TargetView");然后在对话框中进行 Message.Push(info, MessageBoxImage.Information); 此时可以正常显示,当关闭Dialog关闭后再打开,然后执行 Message.Push(info, MessageBoxImage.Information);无法显示消息 问题2:在主窗体中执行Message.Push(info, MessageBoxImage.Information); 消息很正确的显示在当前窗体的顶部,但是打开ShowDialog后,不太理想,还是在主窗体中显示Message [MessageTest.zip](https://github.com/user-attachments/files/22266467/MessageTest.zip)