RadCircularProgressBar IsIndeterminate animation is not working when placed inside a RadWindow with RadWindowInteropHelper.AllowTransparency set to 'false'.
I attached a project reproducing the behaviour.
Version 2024 Q2
1 Answer, 1 is accepted
0
Accepted
Stenly
Telerik team
answered on 15 Jul 2024, 10:58 AM
Hello Monja,
The animations of the RadWindow are designed to work when the window is transparent, so when it's not, they are disabled. Since the animation is disabled at the RadWindow element, it is passed down the visual tree.
A proper solution would be to set the AnimationManager.IsAnimationEnabled="True" property in the root element in the content of RadWindow like so: