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.
我正在尝试在winform中制作一个滑块。但是我需要我的滑块在整数以外的值之间移动。
例如,我已将我的轨迹栏设置为 0 - 2 的比例,但它只允许我设置为 0、1 或 2,当我需要将其设置为 0.01、0.02、0.03、0.04 等时。
这甚至可以通过轨迹栏实现吗?如果是这样,这怎么可能?我的谷歌搜索没有出现任何东西。