- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
直觉上,人们会假设 Minimum
和 Maximum
ScrollBar 的属性可用于控制其用户可访问的范围,但 Maximum
's MSDN article状态:
You might consider adjusting the
Maximum
property dynamically to match the size of the scroll bar's parent in proportion to pixel size or to the number of rows or lines displayed.The maximum value can only be reached programmatically. The value of a scroll bar cannot reach its maximum value through user interaction at run time. The maximum value that can be reached through user interaction is equal to 1 plus the
Maximum
property value minus theLargeChange
property value. If necessary, you can set theMaximum
property to the size of the object -1 to account for the term of 1.
最佳答案
我猜这是因为滚动条的值是指可滚动区域显示的范围的开始。因此,如果允许用户通过用户交互滚动到其最大值,那么他们将能够将内容从控件顶部滚动。
我经常看到一些应用程序允许您滚动,直到内容的末尾通过滚动区域的顶部。 (留下一个空白区域可见。)但从直觉上来说,您会期望滚动条会在您到达可滚动区域的底部时停止。
我知道我只是听起来像一个胡言乱语的疯子。希望它有点道理。
关于.net - 为什么只能以编程方式达到 ScrollBar 的 Maximum 属性有充分的理由吗?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4871732/
您好,我希望我的下一个输出(在本例中就是字母)在上一个输出之后输出 8 个空格。这适用于第一个字符,但之后的 printf 语句不起作用。它在第一个 printf 语句之后立即打印,我试图将其设置为
我想知道制作 std::list<>::splice 背后的基本原理是什么使引用被拼接到新容器中的子序列的迭代器无效。这对我来说有点不合逻辑,尤其是考虑到标准 std::container::swap
谁能告诉我为什么我应该使用 Azure Function 输出绑定(bind)(例如 SendGrid 或 Twilio)而不是仅仅在我的 C# 函数中显式使用适当的 SDK(例如 Sendgrid
我们在当前项目中使用 React 和 TypeScript,我遇到了以下行为。 import React, { Component } from 'react'; 我将上面的行替换为下面的行,因为它似
我是一名优秀的程序员,十分优秀!