Application Development 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: 

smartform table height

rangerlet_mesee
Participant
0 Kudos

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

amy_king
Active Contributor
0 Kudos

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

Jelena
Active Contributor

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