If a ImageLabel or a ImageButton or its parent is not visible, IsLoaded will be false until the Image and the Parent of the Image is visible for the player. - The Image will not load until the Image or its Parent is visible. Is there any Options to load Image also when its not visible?
If somebody want to say PreloadAsync: If PreloadAsync is fired for the ImageLabel or ImageButton, IsLoaded will also be false, i dont know if PreloadAsync loads the Image completly when its not visible.