Scrollview vertical and horizontal in android

前端 未结 11 872
爱一瞬间的悲伤
爱一瞬间的悲伤 2020-11-22 05:30

I\'m really tired looking for a solution for vertical and horizontal Scrollview.

I read that there are not any views/layouts in the framework which implement this fe

11条回答
  •  野性不改
    2020-11-22 06:10

    I have a solution for your problem. You can check the ScrollView code it handles only vertical scrolling and ignores the horizontal one and modify this. I wanted a view like a webview, so modified ScrollView and it worked well for me. But this may not suit your needs.

    Let me know what kind of UI you are targeting for.

    Regards,

    Ravi Pandit

提交回复
热议问题