the Listview don't fill out the form at the bottom
in the design editor I drag the listview down to the bottom
and it look like it is space for one record between bottom of the form and the listview
Regards
Sigster
B4X:
For i = 0 To Cursor.RowCount - 1
Dim tt As person1
Cursor.Position = i
tt.nafn=Cursor.GetString("nafn")
tt.gsm=Cursor.GetString("simi")
ListView1.AddTwoLines2 (tt.nafn,tt.gsm,tt)
Next
Unfortunately you don't give enough information.
How many entries do you have in the listview.
Is the space you have in the emulator or on a device with a different size or density?
Couldn't you post your project as a zip file that would be the best way to help you.
Best regards.