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?
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)
Hello all, Using a CLV in a B4i project I have some elements inside the items those must to be measured and adjusted to adapt the content. This question reflects on the CLV item panel height which is runtime calculated and adjusted. Some labels widths must to be adjusted also. The...
www.b4x.com
"Make sure that the "handle resize event" option is unchecked in the item's layout file."