Android Question label scroll

Isac

Active Member
Licensed User
Longtime User
Hi,
I can not fit the text horizontally, it comes out of the right edge, do you have any idea?
Thank you

B4X:
Dim Label6 As Label
Dim ScrollView1 As ScrollView

Label6.RemoveView
ScrollView1.Panel.AddView(Label6,0%x,0%y,100%x,100%y)

Label6.Text=dgcursor.GetString("desc")
 
Upvote 0

Isac

Active Member
Licensed User
Longtime User
No I solved, the problem was the width of the ScrollView1.

Thank you

B4X:
ScrollView1.Panel.AddView(Label6,0%x,0%y,80%x,100%y)
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…