Unity-UI-Extensions/com.unity.uiextensions

RFI: FlowLayoutGroup horizontal AND vertical fill

Opened this issue · 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.

Interesting, I will have to investigate this phenomenon, thanks for the report @gabrieloc