WPF - 滚动无焦点
我想在应用程序窗口未聚焦时滚动 ScrollViewer 控件。我在 Windows 窗体中找到了一些解决方案,但在 WPF 中没有找到,因为我需要的一些东西不可用。
也许这里有人可以帮助我解决我的问题?
提前致谢。
编辑:
我想在鼠标位于 ScrollViewer 上方时使用鼠标滚轮滚动 ScrollViewer 控件,而且在应用程序窗口未聚焦时也是如此。
I want to scroll a ScrollViewer control while the application window isn't focused. I found some solutions in Windows Forms, but not in WPF because some of the things I need are not available.
Perhaps someone here could help me solve my problem?
Thanks in advance.
EDIT:
I want to scroll the ScrollViewer control with the mouse wheel while the mouse is over the ScrollViewer, but also while the application window isn't focused.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我找到了解决方案。这是一个示例:
XAML
代码隐藏
I found a solution. Here an example:
XAML
Code Behind