https://www.b4x.com/android/forum/threads/class-richstring.48573/#post-339014
rs.SetFont(Font.CreateNewBold(30), 4, 7)
For Each tc As TableCell In tvMain.GetItems(0)
tc.CustomView.Width = 100%x
...
rs.SetFont(Font.CreateNewBold(30), 4, 7)
rs.SetToLabel(Label1)
...
Next
P.S. For labels on Page.RootPanel works.
rs.SetFont(Font.CreateNewBold(30), 4, 7)
For Each tc As TableCell In tvMain.GetItems(0)
tc.CustomView.Width = 100%x
...
rs.SetFont(Font.CreateNewBold(30), 4, 7)
rs.SetToLabel(Label1)
...
Next
P.S. For labels on Page.RootPanel works.