Welcome to the WinForms feedback portal. We’re happy you’re here! If you have feedback on how to improve the WinForms, 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

Using the SfNumericTextBox in a WinForms form with Visual Studio 2019. On the designer I set the default Value to 100000 and I see that reflected on the Text property at design time.

At runtime, I programmatically set the Value property to something else, say 50000 and with debug I see that the Value property is as I set it. However, the Text property does not get updated to reflect the new Value, instead the Text property maintains the old value I had set during Design time.