Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signal change too soon when enter value in ControlSlider #2

Closed
haiyaku365 opened this issue May 3, 2020 · 2 comments
Closed

Signal change too soon when enter value in ControlSlider #2

haiyaku365 opened this issue May 3, 2020 · 2 comments

Comments

@haiyaku365
Copy link
Owner

Enter number apply value to control immediately cause unexpected behavior.

AvaloniaUI UpdateSourceTrigger is PropertyChanged

UpdateSourceTrigger=LostFocus is the way to go for this.

Porting WPF UpdateSourceTrigger

@haiyaku365
Copy link
Owner Author

work around with db34892 until UpdateSourceTrigger get implemented.

@haiyaku365
Copy link
Owner Author

haiyaku365 commented May 29, 2020

Better then UpdateSourceTrigger=LostFocus custom binding is implemented on 102dde2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant