Skip to main content
1-Visitor
October 14, 2020
Question

Changing a Grid's Height at Runtime

  • October 14, 2020
  • 1 reply
  • 1144 views

Hi,

 

I am having trouble figuring out how to change a grid's height at runtime. The number of rows when the grid is populated is unknown and I need all rows to be showing (no vertical scroll bar) so that when the mashup is printed there are no rows cut off. Is there a way to achieve this dynamically sizing behavior without creating a custom extension?

 

Thank you

1 reply

5-Regular Member
October 16, 2020

Hello @GP_9583553,

 

Maybe you have tried to adjust the height from the Property section of the Grid widget. I have done that in GridAdvanced  modifying the MaxHeaderHeight and MinRowHeight and it makes the rows fairly small but there is still a scroll bar in runtime.