Private Sub SetWrapText(Col As B4XTableColumn)
For i = 1 To Col.CellsLayouts.Size - 1
Dim p As B4XView = Col.CellsLayouts.Get(i)
Dim lbl As Label = p.GetView(Col.LabelIndex)
lbl.WrapText = True
Next
End Sub
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.