0

How can one achieve scrollbar like one below for TextView?

So what i mean is, the scrollbar style is custom and is visible when the content does not fit into TextView.

enter image description here

Thank you all in advance.

chirag90
  • 2,211
  • 1
  • 22
  • 37

1 Answers1

0

You can't add ScrollView to a TextView. You can make it scrollable instead (which is technically same)

See this answer , hope you get your solution!

Community
  • 1
  • 1
Tahmid Rahman
  • 748
  • 1
  • 8
  • 20