Update list.md

show-scrollbar is also available for <list> component


Project: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-weex-site/commit/7a8508da
Tree: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/tree/7a8508da
Diff: http://git-wip-us.apache.org/repos/asf/incubator-weex-site/diff/7a8508da

Branch: refs/heads/master
Commit: 7a8508daf0c5f0edbcb148455a62f4271481b719
Parents: 1114e03
Author: 木羽 <[email protected]>
Authored: Sat Apr 28 10:27:05 2018 +0800
Committer: Hanks <[email protected]>
Committed: Fri May 4 15:59:35 2018 +0800

----------------------------------------------------------------------
 source/cn/references/components/list.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-weex-site/blob/7a8508da/source/cn/references/components/list.md
----------------------------------------------------------------------
diff --git a/source/cn/references/components/list.md 
b/source/cn/references/components/list.md
index 1dedbe6..750ba04 100644
--- a/source/cn/references/components/list.md
+++ b/source/cn/references/components/list.md
@@ -41,7 +41,7 @@ version: 2.1
 `<list>` 的子组件只能包括以上四种组件或是 `fix` 
定位的组件,其他形式的组件将不能被正确的渲染。
 
 ## 特性
-
+- `show-scrollbar {boolean}`:可选值为 true/ false,默认值为 
true。控制是否出现滚动条。
 - `loadmoreoffset {number}`:默认值为 0,触发 `loadmore` 
事件所需要的垂直偏移距离(设备屏幕底部与 `<list>` 
底部之间的距离)。当 `<list>` 的滚动条滚动到足够接近 
`<list>` 底部时将会触发 `loadmore` 这个事件。
 - `offset-accuracy {number}` <sup 
class="wx-v">0.11+</sup>:控制`onscroll`事件触发的频率,默认值为10,表示两次`onscroll`事件之间列表至少滚动了10px。注意,将该值设置为较小的数值会提高滚动事件采æ
 ·çš„精度,但同时也会降低页面的性能。
 

Reply via email to