设置 ScollView 滚动条不消失

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了设置 ScollView 滚动条不消失相关的知识,希望对你有一定的参考价值。

    <ScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:fadeScrollbars="false" >

        <TextView
            android:id="@+id/txtResult"
            android:layout_width="match_parent"
            android:layout_height="wrap_content" />
    </ScrollView>

android:fadeScrollbars="true"
Defines whether to fade out scrollbars when they are not in use. [boolean]

以上是关于设置 ScollView 滚动条不消失的主要内容,如果未能解决你的问题,请参考以下文章

如何使滚动条不可见[重复]

急急急,谷歌浏览器没有滚动条怎么办?

在我的 android 应用程序中滚动列表视图时,数据正在消失。我在片段中使用列表视图

ie浏览器的网页滚动条不能动,如何解决,就是网页右侧的滚动条,chrome浏览器的页面可以正常滚动。

如何让ScrollView 的滚动条不显示

jpanel放入JScrollPane 高度滚动条不显示