Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

smartform table height

rangerlet_mesee
Participant
0 Likes
821

Hello

I have a table in a smartform and I have restricted the number of rows to 5. But the space below the 5 records(half of the output view) is empty and so how do I fill it to the max. like by increasing the height of each row and the font within each cell?

Thanks for the assistance

2 REPLIES 2
Read only

amy_king
Active Contributor
0 Likes
684

Hi,

You could try setting a minimum height for the table. That should cause the 5 rows to stretch to fill the height.

Cheers,
Amy

Read only

Jelena_Perfiljeva
Active Contributor
684

If you are expecting a static (=fixed size) output then use template, not table control. And it'd help if you posted a screenshot.