Vertical Layout Group auto expand when children's height is greater than container

Is there a way to auto expand the vertical layout group when child layout elements have exceeded the height of the gameobject with the vertical layout group component?

Add ContentSizeFitter component to the gameobject with VerticalLayoutGroup and set the contentsizefitter’s “Vertical fit” to preferred size.