Listview2 behaviour

Caravelle

Active Member
Licensed User
Longtime User
I have a ListView2 sitting on a panel, large enough to accommodate 7 items as displayed on my Samsung Galaxy Tab 7 when linked to the designer. Item #1 up to Item #7, all listed on the left hand side. In real life when my app runs, however, it won't show more than 3 double-line items; yes, the missing items can be viewed by scrolling, but the view is less than half the size shown in the designer, with the bottom half of the panel left bare.

Can anyone give me a clue please, what I need to do to make the ListView take up all the room in theory allocated to it ? I must be missing something obvious.

If the answer's not obvious I'll have to create a test program to send here - the original relies on a large multi-table database to run.

Many thanks

Caravelle
 

Caravelle

Active Member
Licensed User
Longtime User
Please ignore my message below - what's in the designer is a left over Listview from day 1 of the program ! The Listview2 is added in the code and the height is obviously different.

Caravelle
 
Upvote 0
Top