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
On the Documentation it is written that flexGrow can be set in the SceneFlexLayoutState. However that is not possible, and I am running into some issues with the spacing because I cannot set the flexGrow to 0.
To solve this issue I am importing a CSS file with the class name of the div and setting the flexGrow there to 0.
is there any other way? or is it possible to bring back flexGrow to the SceneFlexLayout?
The text was updated successfully, but these errors were encountered:
I have the same issue, i can't set flexGrow property to 0. @LouaiMaayah1 As a workaround I used property xSizing and ySizing setting it tocontent. I saw the code and they really don't have property flexGrow. Ref:
On the Documentation it is written that flexGrow can be set in the SceneFlexLayoutState. However that is not possible, and I am running into some issues with the spacing because I cannot set the flexGrow to 0.
To solve this issue I am importing a CSS file with the class name of the div and setting the flexGrow there to 0.
is there any other way? or is it possible to bring back flexGrow to the SceneFlexLayout?
The text was updated successfully, but these errors were encountered: