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.
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.
(this is an animated gif, it is is much smoother in real usage) BBScrollingLabel is similar to XUI Views ScrollingLabel, however it is based on BCTextEngine and can therefore display formatted text. It is cross platform. Usage instructions: - Download the b4xlib and put it in the B4X...
Don't use this. Latest version is included in XUI Views. For rich text, use https://www.b4x.com/android/forum/threads/b4x-bbscrollinglabel-rich-text-scrolling-label.114310/#content A custom view with a label that scrolls automatically when the text is wider than the label. The class is...
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?