If I enable autofit, I would like the grid to know if it should do autofit or not depending if the grid will look right or not. For example:
Autofit should happen, because too many columns are present, and titles get lost if autofit is not enabled:
Autofit should not happen, because the grid columns extend to less than max grid possible width:
Is it possible to achieve this dynamically to avoid repeating too much code on each grid? Or should I manually do it for each grid?