I have added XAML elements to my MapControl
as according to the official docs.
However when the centre of the item leaves the map bounds it no longer draws, so when zoomed in large items disappear when the centre is no longer visible.
In my case I am drawing a circle of zone of interest around a point, but when you zoom in to street level the centre often leaves the map and the circle vanishes.
How can I ensure the XAML continues to draw when it is still partially on the screen and not just the centre point?