I'm using the component IntegerUpDown for sometime now and I had to update to version 2.0.
Before, the "UpdateSourceTrigger" was not working and the component had two behaviors.
My issue is I have a screen with a numerical updown and a default pushbutton. Before pressing Enter the apply was being executed.
In this case, It should be executed only with up and down buttons.
Also, it is a requirement for me that it should be executed on up and down buttons and not on direct textbox change.
Is it possible to have different behavior now?
Something similar to the old behavior would work for me too.
Thank you!
Before, the "UpdateSourceTrigger" was not working and the component had two behaviors.
- Using the up and down buttons worked as "PropertyChanged".
-
Changing the Textbox worked as "LostFocus".
My issue is I have a screen with a numerical updown and a default pushbutton. Before pressing Enter the apply was being executed.
In this case, It should be executed only with up and down buttons.
Also, it is a requirement for me that it should be executed on up and down buttons and not on direct textbox change.
Is it possible to have different behavior now?
Something similar to the old behavior would work for me too.
Thank you!