Is there a way to refresh a specific layer inside a GroupLayer without refreshing the other layers inside that group?
I tried casting the MapControl to an IViewRefresh and calling RefreshItem passing the specific layer, but that keeps refreshing the whole GroupLayer. I tried refreshing several layers inside the group, so this is clearly not an issue of z-order or layer position.
Thanks,
Or