The BusyIndicator got a problem with the width and binding.
When you got a big string as BusyContent and then you change it later on with a smaller string.
The width used is still from the long string.
I have made an example demonstrating the issue.
Ignore the button clicks i know normaly you use ICommand etc.
But it should show the problem.
Any workaround that are mvvm usable would be good. :)
When you got a big string as BusyContent and then you change it later on with a smaller string.
The width used is still from the long string.
I have made an example demonstrating the issue.
Ignore the button clicks i know normaly you use ICommand etc.
But it should show the problem.
Any workaround that are mvvm usable would be good. :)