Consistent list height when using dynamic text

Hi All, in my app, I’d like to have a custom list that is the same height for every item. The problem is the list contains text (recipe information) that is dynamic. It has a capped character count so will never overlap my other elements, but if the text is short it shortens my items height.

In the picture below you can see what I want. The two grey boxes are the same height regardless of the length of the text.

I’m sure there is a way around this with container boxes or something similar, but I haven’t figured it out yet. Can someone point me in the right direction?

Thanks!

Barry

Hi @BarryB,

As a possible solution, you could try make this “Save” button to be fixed to bottom. There is no “Edit Styles” for Button, so you’ll need to make a group out of this button, go to “Edit Styles” for this group (last option) and set Fixed to Bottom there.
As an option - put a button into the rectangle and group them together (and then set the fixed to bottom for that group). With this you could better set the location of the button.

In both cases the button will always be on the screen.

Best.
Victor

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.