How to adapt the height of the View Container to the content

Hello!

I am a new Appfarm user and am working on creating a form where users can click through many different steps. All the steps are contained within a view container.

I’m facing a challenge with the height of the view container. I don’t want to set a fixed height but rather have it adjust to the height of the content, as the content changes throughout the form. Currently, the content overflows the “box” surrounding it, and the only solution I can find is to set a fixed height.

Is there a solution to this problem?

Hi,

Unfortunately, the view containers are not designed to expand in that way.

I would try to solve this by using a shareable component or a visibility group for the form content instead.

Hope this helps!