WebKit/Blink (Safari/Chrome)从10.7 ( MacOS )开始在MacOS上的默认行为是在触控板用户不使用时隐藏滚动条。;滚动条通常是元素可滚动的唯一视觉提示。
示例()
HTML
<div class="frame">
Foo<br />
Bar<br />
Baz<br />
Help I'm trapped in an HTML factory!
</div>
CSS
.frame {
overflow-y: auto;
bor
我在和颤栗一起工作。我想在ListView的右边添加一个滚动条,就像网页滚动条一样,但是我没有找到任何相关的属性。这个是可能的吗?基本代码已经为您的建议做好准备。
ListView(
scrollDirection: Axis.vertical,
children: <Widget>[
// I will put some HTML code here,
],
),
我已经用滚动条实现了一个部分,它将显示描述。现在正常工作了。但现在它有了默认的风格。我想定制样式的滚动条,使它看起来很好。
HTML代码
<div class="desc" style="width:100px; height:300px; overflow: auto; background:#CCC;" >
Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the