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!>
Thanks for joining our community and helping improve Syncfusion products!
DoubleTextBox
control does not allow separating the displayed value from the actual value used for calculations. Specifically, when NumberDecimalDigits
is set (e.g., to 2), it not only formats the display to 2 decimal places but also rounds the internal DoubleValue
, leading to a loss of precision.12.12
)12.123456
) internally for accurate calculations.