Hi devs,
I have a view where I load an image from azure, but everytime the app loads the image you see white space before the image appears. I want to show an icon while the loading happens and until the real image appears. I tried the IsLoading property of the image, but no result. I have set the binding like this:
Source="{Binding Room.RoomImageSource, Mode=TwoWay}" />
Can anyone help me out please?