HFlowContainer does not take parent scrollContainer size

Godot Version

Godot 4.2.2

Question


When I put a HFlowContainer inside a scrollContainer, it does not take the full width of the parent.
It is normal behavior ?
How do I do to make the flowcontainer fit the width of its parent ?
Thank

Please share the properties in the inspector for your HFlowContainer control.

Try going to the properties of your HFlowContainer in the inspector and in the layout options, set the anchors preset to full rect and under container sizing make sure that horizontal and vertical are set to expand

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.