How to implement bar on ScrollBar?

Hi all!

  • ScrollBar default I can’t touch Bar and drag it. I want to hold on the bar and drag top or bottom mapping with ScrollView. How to make it? Tks so much.

hi Kun,
As far as I know, the bar is non-responsive to touch/click events and is merely a visual indicator of the portion of content being currently viewed in the scrollview. If you really want to make the bar responsive you’ll have to write the code for it yourself.
Thanks!

Thanks rsamrry!

  • I’m looking for this problem. Almost! I have received the same answers “Now the implementation of ScrollBar doesn’t support touch handling on the Handle!”. I’m reading docs and handle it by my code.