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

This is the button's style:

And finally this is the final result.

Any ideas about how I prevent that?
Thank you.
Hello there.
This is my xaml (cc:TagButton is a extended button where I implement some named conventions for the image source):

This is the button's style:

And finally this is the final result.

Any ideas about how I prevent that?
Thank you.
Try to set HorizontalOptions from Start to FillAndExpand or StartAndExpand in style for TagButton .
3 people are following this question.