com.unity.uiextensions icon indicating copy to clipboard operation
com.unity.uiextensions copied to clipboard

RFI: FlowLayoutGroup horizontal AND vertical fill

Open gabrieloc opened this issue 7 months ago • 1 comments

FlowLayoutGroup appears to fill only based off the specified startAxis despite childForceExpandWidth/Height being selected.

For example, I'd expect the elements here to fill available height

image

And similarly here but for available width

image

Child elements have flexible width and height (via attached LayoutElements). Please let me know if I'm misunderstanding this API or if this is functionality that exists which I am not correctly accessing.

gabrieloc avatar Nov 07 '23 19:11 gabrieloc