我应该如何设置滚动条的 LargeChange 属性,以便拇指的大小与最大值成比例?
基本上,我希望我的滚动条表现得像滚动面板滚动条。给定最小值和最大值,我应该采用什么算法来进行较大的更改,以便拇指的大小与面板中的滚动条对其内容的大小一致?
编辑:我正在寻找的是“它将最大值乘以x.xx直到xx”或其他东西
Basically, I want my scrollbar to behave like a scroll panel scrollbar. What algorithm, given the min and max values, should I give to the large change so that the thumb sizes up with how the scroll bar in a panel would to its contents?
EDIT: What I'm looking for is like a, "it multiplies the maximum value by x.xx until xx" or something
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
滚动条自动处理拇指大小。只需弄清楚您的滚动范围和页面大小即可。
如果您需要其他信息,我建议编辑您的问题以使其不那么笼统。
A scrollbar handles the thumb size automatically. Just figure out your scroll range and page size.
If you want other information, I recommend editing your question to make it less general.