質問

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