08 2021 档案

摘要:想让TextBox的高度自动适应内容 通过设置附加属性attach:TextBoxAttach.AutoHeight和TextBlock.LineHeight <TextBox VerticalContentAlignment="Top" attach:TextBoxAttach.AutoHeigh 阅读全文
posted @ 2021-08-30 16:22 yaoqinglin_mtiter 阅读(1500) 评论(0) 推荐(0) 编辑
摘要:在看MvvmLights框架中的WeakAction源码的时候,才了解到Delegate中有Target这么一个属性 MSDN的解释是这样的 Gets the class instance on which the current delegate invokes the instance meth 阅读全文
posted @ 2021-08-27 14:24 yaoqinglin_mtiter 阅读(234) 评论(0) 推荐(0) 编辑