08 2021 档案
摘要:想让TextBox的高度自动适应内容 通过设置附加属性attach:TextBoxAttach.AutoHeight和TextBlock.LineHeight <TextBox VerticalContentAlignment="Top" attach:TextBoxAttach.AutoHeigh
阅读全文
摘要:在看MvvmLights框架中的WeakAction源码的时候,才了解到Delegate中有Target这么一个属性 MSDN的解释是这样的 Gets the class instance on which the current delegate invokes the instance meth
阅读全文