Lists vertical adaptation issue

Hi,
i’m using lists, in particular horizontal lists, but i’m facing an issue that i don’t if that’s a bug or a function not yet released.

basically, the list doen’t adapt to what i have inside each element of the list.
in the list i have a dynamic text, that might be e.g. 1 row long, or 3 row long.
Looking into the lyout options:

  • horizontal list element > there is no option to “adapt height to content”, so you can only make it fixed height
  • the single element in the list > there is a text that says "the element height’s is filling the container.

Given those 2 rules, i’m struggling in managing the height of the element. Too short might cut a long dynamic text inside, too long might leave a huge gap is dynamic text is short.

Any help or idea?

Thank you so much

@andrea.8.rossi, yes, I’m facing related issue adjusting the ListItem height, which indeed is adjusting to the height of its container (in this case, the HorizontalList itself). Even when the HorizontalList is not of fixed height, the ListItem as a child element does not push to adjust the parent HorizontalList but rather gets buried below. I have been forced to resize my elements within as a result of this behavior.