haiyaku365/StimmingSignalGenerator

Signal change too soon when enter value in ControlSlider

Closed this issue · 2 comments

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

work around with db34892 until UpdateSourceTrigger get implemented.

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