3.5 中的 wpf 支持 Behaviour 吗?我在 VS2010 中看不到 System.Windows.Interactivity
3.5 中的 wpf 支持 Behaviour 吗?我在 VS2010 中看不到 System.Windows.Interactivity
Is Behaviour supported on wpf in 3.5? I cannot see System.Windows.Interactivity in VS2010
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
行为是 Blend 的一部分。他们将程序集从 Microsoft.Expression.Interactivity 重命名为 System.Windows.Interactivity,因为它可能会添加到框架的未来版本中,但目前情况并非如此。如果要使用行为,请与应用程序一起重新分发程序集。
Behaviours are part of Blend. They renamed the assembly from Microsoft.Expression.Interactivity to System.Windows.Interactivity because it may be added in a future version of the framework, but that's not the case currently. If you want to use behaviors, redistribute the assembly along with your application.