You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm experiencing the same issue. However, when I adjust the value using the up and down arrows, it works fine.
I also noticed that the border of the NumberBox turns red when I try to set the value for the second time, I'm not entirely sure why this happens, but as @APerricone mentioned, it might be due to a delay in the binding.
Describe the bug
ValueChanged event is called before the binded value changes
To Reproduce
with this piece of code we can see that NumberBox.Value is the correct value but the binded value doesn't.
Expected behavior
The event is called after the binded value is associated
Screenshots
OS version
Window 11
.NET version
.net 9.0
WPF-UI NuGet version
3.0.5
Additional context
No response
The text was updated successfully, but these errors were encountered: