I have a form (tableview) that is in a tabpanel. The height of the 2 objects on the form is 25px. The body height is 301 (with a header height of 1px). So, I should be able to “see” 12 items before the paging kicks in - right?
Well, I only see 11 items.
If I increase the size of the form to 326 (the height of 1 extra item) - it still shows the paging stuff.
However, if I increase the size of the form to 351 - then the paging goes away - but the form is now TWO objects too high (+50 pixels too tall).
Seems wrong to me… I would expect that by setting the form height to 301 - I could see all 12 items with no paging… right?