How to display scrollbar in nestedscrollview

1.5k views Asked by At

I Dear. I have use Nestedscrollview to wrap many group of button and recyclerview. but the problem I got is can't display scrollbar on the right.

does nestedscrollview have property for display scrollbar.

<android.support.v4.widget.NestedScrollView
    android:layout_width="match_parent"
    android:layout_height="match_parent">
.....
</android.support.v4.widget.NestedScrollView
0

There are 0 answers