https://www.b4x.com/android/forum/threads/tableview-with-custom-items.51205/
How to re-run designer script for tc.CustomView after tc.CustomView.Width = 100%x ?
Or I should perform position re-calculation and re-assigning with B4i code ?
B4X:
Private Sub Page1_Resize(Width As Int, Height As Int)
tv.SetLayoutAnimated(400, 0.5, 0, 0, 100%x, 100%y)
For Each tc As TableCell In tv.GetItems(0)
tc.CustomView.Width = 100%x
Next
End Sub
How to re-run designer script for tc.CustomView after tc.CustomView.Width = 100%x ?
Or I should perform position re-calculation and re-assigning with B4i code ?