Reputation: 9394
I have a textview that render a large amount of text and I want search in this text and scroll the textview to it
is there any method in the textview allow me to do that
Upvotes: 0
Views: 193
Reputation: 6343
AFAIK there's no such a direct method, but here's some way I would use to achieve it:
TextView
to get access to layout.Upvotes: 2