有没有办法让设置为选框样式的 Winforms 进度条更快?
我将 MarqueeAnimationSpeed 设置为 1,这似乎是允许的最低值,但它的移动速度仍然不够快。
我可以调整其他参数以使其移动得更快吗?也许是一些非托管 win32 调用?
I set the MarqueeAnimationSpeed
to 1, which seems to be the lowest value allowed but it's still not moving fast enough.
Are there other parameters I can tweak to make it move faster? Maybe some unmanaged win32 calls?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,1 毫秒是 PBM_SETMARQUEE 允许的最低值。低于 15 的值没有区别,计时器无法更快地计时。通过缩短条形来使其看起来移动得更快。
No, 1 millisecond is as low as PBM_SETMARQUEE allows. Values below 15 make no difference, timers can't tick any faster. Make it look like it moves faster by making the bar shorter.