Still doesnt work.
I disabled "Handle resize event" in the designer
B4X:
Sub B4XPage_Resize (Width As Int, Height As Int)
LiveView.Height = 8 * (100%x/32) -1
ListView.AsView.Top=LiveView.Top+LiveView.Height
End Sub
if i set CustomListView.AsView.Top=0 the listview is still much too low.. i really dont get the point..
Where is position 0 ?! And why its not on top. For my understanding with Top=0 the Listview should hide the Liveview and the header completely
Im just porting my B4A app to iOS and im really struggling to get my layout right.
Im doing it like in B4A but the behaviour is completely different.
But actual running on the device the ListView (Wich is a B4XCustomlistview) doesnt move as it should. What im doing wrong here?