使用xaml-behavior

原链接

https://devblogs.microsoft.com/dotnet/open-sourcing-xaml-behaviors-for-wpf/

集成步骤:
移除Dll“Microsoft.Expression.Interactions” “System.Windows.Interactivity”

安装“Microsoft.Xaml.Behaviors.Wpf” NuGet 包.

xaml替换名称空间http://schemas.microsoft.com/expression/2010/interactivity
和 “http://schemas.microsoft.com/expression/2010/interactions
为http://schemas.microsoft.com/xaml/behaviors

C#代码, usings时用Microsoft.Xaml.Behaviors
替换 Microsoft.Xaml.Interactivity,Microsoft.Xaml.Interactions

没有标记转载的情况下,如果有更好的优化麻烦电邮1808937496@qq.com或者留言答复,Thank You
原文地址:https://www.cnblogs.com/wandia/p/14804426.html