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")