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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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:

  1. Open a window
  2. Update the binding value of the progress bar
  3. The text is not centered
  4. Change the window size
  5. The text is centered

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.