Skip to content Skip to sidebar Skip to footer

How Do I Make My Whole Display To Be Scrollable

I am making an App for my restaurant, there when the user enters the restaurant page, he or she will be able to see all the selectable Item here is the image below: Here you can s

Solution 1:

I was able to solve it by making a custom class for ExpandableListView. Where I have made some changes and finally I was able to achieve the result I was looking for either way thank you.

you can refer to this link: here

Solution 2:

You should probably wrap the entire layout in a NestedScrollView.

Solution 3:

Put the whole layout inside a ScrollView, that will make everything scrollable.

Post a Comment for "How Do I Make My Whole Display To Be Scrollable"