4.1.4 WC - Size For Paging Controls?

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?

We see the same behaviour.
It is like Servoy is ‘reserving’ that space for the controls even if they are not needed.

Jeroen de Vries:
We see the same behaviour.
It is like Servoy is ‘reserving’ that space for the controls even if they are not needed.

Yes, it reserves space for navigator and for header. I think we can improve the formula as now is not very accurate. So, please file an issue in our system.

@Bob , you mean you have a header part with 1px height, right ?

Hi Laurian,

Yeah, that’s right a header of 1px high (to suppress the default tableview header from appearing). I’ll file a case - thanks.