Assigning an Image to a Button with LayoutOptions.StartAndExpand doesn't increase the Width of the button, which I would expect.
Instead a piece of Text will be cut out from the middle and replaced with "..." .
I need a button left-aligned with an image with full readable text.
With LayoutOptions.Center or Fill its working.
Bug or am I missing something?
Tom