You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
And similarly here but for available width
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.
The text was updated successfully, but these errors were encountered:
FlowLayoutGroup
appears to fill only based off the specifiedstartAxis
despitechildForceExpandWidth/Height
being selected.For example, I'd expect the elements here to fill available height
And similarly here but for available width
Child elements have flexible width and height (via attached
LayoutElement
s). Please let me know if I'm misunderstanding this API or if this is functionality that exists which I am not correctly accessing.The text was updated successfully, but these errors were encountered: