Autosize a column's width and height?

FisherIles

New member
Local time
, 23:51
Joined
Apr 5, 2016
Messages
1
In a report, how would you autosize a column's width and height?
 
Height is trivial. There is a property called ".CanGrow" which is a True/False kind of setting. Note that if a field can grow, the section it is in has to be able to grow as well. Dynamic width changes are possible but unless your layout has a lot of free space on one side of the page, you would do better to just maximize the columns to some convenient width and leave it at that.
 

Users who are viewing this thread

Back
Top Bottom