hi Emil,
i dont use watermark on my setting, this is my definition:
SfNumericUpDown numericUpDown = new SfNumericUpDown()
{
Value = 0,
BackgroundColor = Color.WhiteSmoke,
TextColor = Color.Blue,
TextAlignment = TextAlignment.Center,
SpinButtonAlignment = SpinButtonAlignment.Both,
Margin = new Thickness(5, 5, 5, 5),
MaximumDecimalDigits = 0,
};
no binding, i implement this function
numericUpDown.ValueChanged += NumericUpDown_ValueChanged;
even if i stop this event handler . the case remain and didnt solved, do you recommend any other controls give this functionality?