How can I set the property android:Scrollbars="none" dynamically?
Please try this
scrollView.setVerticalScrollBarEnabled(false);
If you are using HorizontalScrollView then
HorizontalScrollView
horizontalScrollView.setHorizontalScrollBarEnabled(false);