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.
我有两个 trackBar,我希望当我移动其中一个时,另一个也同时移动。
如果有可能,我该怎么做?
订阅 First trackbar 的 ValueChanged 事件。在那个事件的触发器上,用相应的值更新第二个轨迹栏。