This code from TILogistic works fine in B4A and B4J, but in B4i I get this behavior showed in the image.
The CLV with the long panel don't resize properly.
What could be?
How can I fixed?
The CLV with the long panel don't resize properly.
What could be?
How can I fixed?
B4X:
Dim p As B4XView = xui.CreatePanel("")
p.SetLayoutAnimated(0,0,0,clvTest.AsView.Width,clvTest.AsView.Height)
p.LoadLayout("layout2")
clvTest.Add(p,"")
Sleep(0)
clvTest.ResizeItem(0, panel1.Height)