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 桌面应用程序。
在我的软件中,我使用IntegerUpDown扩展 wpf 工具包中的控件。
IntegerUpDown
使用鼠标滚轮时,当控件具有焦点且鼠标光标位于控件上方时,完全可以使用滚动。
但是,当鼠标光标不在控件上时,是否可以启用鼠标滚轮滚动?假设控制当然没有失去焦点。
谢谢。