How to hide the scroll bar of listview on Android

Asked 2 years ago, Updated 2 years ago, 98 views

Is there a way to hide the scroll bar in ListView? As far as I know, it's only available in ScrollView, but I don't know how to do it in Listview.

android listview scrollbar

2022-09-21 21:28

1 Answers

Go to the xml of listview and do Android:scrollbars="none".


2022-09-21 21:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.