会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
哈哈一笑很倾城
博客园
首页
新随笔
联系
订阅
管理
2025年4月30日
xamarin.forms+prism 实现DialogService(对话框服务)
摘要: Getting Started with IDialogAware Creating dialogs with the DialogService requires a ViewModel that is IDialogAware. This special interface is what al
阅读全文
posted @ 2025-04-30 22:44 哈哈一笑很倾城
阅读(34)
评论(0)
推荐(0)
2023年12月12日
WPF 解决PasswordBox 属性Password无法绑定到后台的问题
摘要: 在 WPF 中,你可以使用密码框的 Password 属性来绑定到后台,但是由于安全性考虑,WPF 的密码框不直接支持双向绑定。然而,你仍然可以通过其他方式实现将密码框的内容绑定到后台。 一种常见的方法是创建一个附加属性(Attached Property)来实现密码框的双向绑定。以下是一个简单的示
阅读全文
posted @ 2023-12-12 21:25 哈哈一笑很倾城
阅读(585)
评论(0)
推荐(0)
2023年12月10日
WPF 制作三个点从左到右过渡隐藏显示
摘要: Code: <Window x:Class="WpfApp1.MainWindow" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/win
阅读全文
posted @ 2023-12-10 20:58 哈哈一笑很倾城
阅读(63)
评论(0)
推荐(0)
公告