Вопрос

How can I set the property android:Scrollbars="none" dynamically?

Это было полезно?

Решение

Please try this

scrollView.setVerticalScrollBarEnabled(false);

If you are using HorizontalScrollView then

horizontalScrollView.setHorizontalScrollBarEnabled(false);
Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top