Hi there,
I have a question if there is a way to set a kind of dynamic distance between entries in Galleries.
I hope these two pictures can explain my Problem:
picture 1
picture 2As you can see, the text data in my source have different length, so that they overlap in
picture 2 (left).
When I enlarge the text field in picture 1 (right), the distance between each blocks are way to large.
Do you know a way to adjust the distances dynamically?
like: label2.Y = label1.Y + Label1.Height
Thank you all!