Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是 WPF Windows 应用程序,而不是 Web 应用程序。
当光标在我的控件边缘附近徘徊一段时间时,我试图让 Windows 8 的“魅力栏”从网格的一侧飞出。
我让它使用丑陋的按钮和 EventTriggers 来监视 Button.Click,但现在我需要摆脱那些按钮(训练轮)并从我正在监视悬停的代码隐藏中调用这些触发器。
请问如何?
戴夫