I have a component that includes a list made with Autolayout.
I need some of those items to have different heights.
When I use the component in my design I cannot specify the size of the list items, they can only be Hug
or Fill
, and when I choose Fixed
the size input field is greyed out.
If I choose Fill
on the list items they will change their size based on the container, so I could resize them by adjusting the size of the parent. But that will make all of them the same height. I need them to be in different sizes.
How can I make each list item in a different size?