I want to place label to the bottom of image and align them vertically. I've tried to use StackView
to achieve this. And I get this:
Is there any way to show all label's text correctly? Label text can have any length.
I want to place label to the bottom of image and align them vertically. I've tried to use StackView
to achieve this. And I get this:
Is there any way to show all label's text correctly? Label text can have any length.
Result:
Don't fix the width of stackview
.
Change the Alignment property of stackview
to Center.
The label will grow itself with the text.