Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
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
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.