Hi,
I have a repeater which is connected to a dataset. The height of an item will vary because the text length varies.
I have a button inside the item, which I want to stretch over the entire item. Problem is, that the button size doesn’t change. Is there a way that I can grab the height of the item, and apply that to the button?
The button is shown in blue. This is how I want it to be:
But this is how it would show up if the item grows bigger:
(This is only slight because I didn’t have an example where the item is even bigger)
Thanks for your help!