Android Question Vertical Scroll on label

CVR

Member
Licensed User
Hello, I am creating an app where I need a label with vertical scrolling so that when there is a lot of text, it does not leave the label. Thank you all for your help.
 

Sagenut

Expert
Licensed User
Longtime User
Not sure if I understood exactly your question.
You could put a Label into a Scroll view.
In this way if the text exceed the Label visible height you will be able to scroll to see the rest.
 
Upvote 0

josejad

Expert
Licensed User
Longtime User
Hi CVE.

I haven't used them, but... don't take like an offence, but like an advice, the forum search is very powerful

Just start writing scroll you get some examples you can test, but with horizontal scroll

1612381444688.png
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
He was asking for vertical scrolling.
So I thought about a multiline label with fixed width and text that can exceed in lines.
Like a long Terms and Conditions. :)
Does that views allows even vertical scrolling?
 
Upvote 0

Sagenut

Expert
Licensed User
Longtime User
Probably we need @CVR to explain better what he want to achieve. :)
 
Upvote 0
Top