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
I would like to implement the following functionality:
I have a HorizontalScrollView, inside which a FlexBoxLayout. Items should fit screen width, but if there are more than four lines, I would like to increase FlexBoxLayoutwidth in order to keep 4 lines (in this case some items will be outside of the screen)
Hello there.
I would like to implement the following functionality:
I have a
HorizontalScrollView
, inside which aFlexBoxLayout
. Items should fit screen width, but if there are more than four lines, I would like to increaseFlexBoxLayout
width in order to keep 4 lines (in this case some items will be outside of the screen)The text was updated successfully, but these errors were encountered: