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.
我在一个旧的 win32 应用程序上看到了这种行为,当您在滑块轨道上的某个位置(而不是拇指上)按住鼠标时,拇指会移动到该位置。
在 WPF 中,似乎正在发生的是拇指移动了由 SmallChange 或 LargeChange 定义的距离。如果您继续持有,它会在延迟属性定义的一段时间后再次移动 SmallChange/LargeChange。
现在我想获得旧的行为?因此,如果拇指在 2 并且我在 10 附近按下鼠标,我希望它跳到 10。这样做的最佳方法是什么?
在此先感谢您的任何建议。
Slider.IsMoveToPointEnabled
我不知道在找到它之前我经历了多少次。