Welcome to the WPF feedback portal. We’re happy you’re here! If you have feedback on how to improve the WPF, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I have this issue with the circular progress bar. When I update the progerss binding value, the center alignment of the ProgressContent gets messes up. The only way to fix it is to resize the window.
So the steps are:
I have attached a text file with my sample since copying code here does not show any text. I have a ProgressContent with only a textblock. I've tried adding text alignment, a grid or stackpanel around it with center alignment. I've tried redrawing the framework element when the binding changes (although I don't really know what I'm doing there). Nothing helps, only resizing the window.
I've also tried to remove all styling for progress bars and text blocks. No change.