I am sure it is very simple to do it. I tried to find on the forum how to expand a Text Element in a repeating group, but I did not find.
I am creating a clone twitter for my job and to improve myself.
When I publish a long Tweet, if the numbers of characters are too many and I post, the tweet is not published in the repeating group (the feed) because I think the number is too much. Below is my element appearance for the repeating group.
Change “cell’s container layout” from “fixed” to something variable like “column”. Also you have “edit me…” still in the text box if I’m not mistaken, that should be “current cell’s test’s [text]”. Let us know if that fixed it!
I tried in all different Cell’s container layout:
Align to parent
Row
Column
But it does not work. With the :
Align to parent : We can see all the text because but it eats the element text below
Column and Row : We don’t see the text anymore
Right, so what you need now is a combination of rows and columns that works for your design. As you pointed out, align to parent is not responsive and the overflow will cut off other children of the AtP group. Fixed is also not responsive, and will be the same height and width in pixels always.
Column and row are responsive and will work with your min/max widths to make sure the elements stack properly when possible.
If you make the rg cell “row”, the background in light red in the picture, this should work for your design. The other red groups being “rows” and the yellow group being “column”, then you put in the text/image elements. Let me know if that makes sense.
You should be able to work out the different responsive settings from there.
Pay special attention to gap spacing, padding, margins, and the adjust width to content and adjust height to content settings. Good luck!
I don’t how to thank to you but Thank you so so so much!
It is late in here but tomorrow I will do the nice design, sit and take the time for understanding the logicial