Hi am trying to show a list of posts in my games. The label size is variable so I designed my control the following way
- Background (Advanced Anchor, bottom set to label bottom)
|- Label (Advanced Anchor, top, left, right set to background
it works perfectly when the text is growing but if the text is only one word or less, the background is shrinking breaking the overall look of the control.
Is there any way to achieve this without the shrinking?
I was thinking that is widgets could be assigned a min value, things would be fixed
Thank you