question

BrunoToledo-2829 avatar image
0 Votes"
BrunoToledo-2829 asked ColeXia-MSFT commented

ImageButton text truncation with FlexLayout Wrap

Hello there.

This is my xaml (cc:TagButton is a extended button where I implement some named conventions for the image source):

96128-screen-shot-2021-05-12-at-233540.png

This is the button's style:

96178-screen-shot-2021-05-12-at-234026.png

And finally this is the final result.

96204-simulator-screen-shot-iphone-se-2nd-generation-202.png


Any ideas about how I prevent that?

Thank you.

dotnet-xamarin
· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Try to set HorizontalOptions from Start to FillAndExpand or StartAndExpand in style for TagButton .

0 Votes 0 ·

0 Answers