Hi,
I am using Calculator picker independently without binding its value with any property. I am trying to resets its value after user completes its calculation from the calculator and press save button in the window. I am resetting its value in code behind like "this.CalculatorPicker.Value = 0". On display of the calculator picker it resets the value but on Calculator itself the pervious value remains. I wanted to reset the value on both display and calculator.
Attached is the image after resetting calculator picker value.
I also tried following
this.CalculatorPicker.MemoryValue= 0
this.CalculatorPicker.CacheMode = null
But it didn't work out.
This problem happens when we tried to do some calculations like addition, subtraction, multiplication etc.
Kindly help me in this matter, I will be very thankful to you.
Thanks and Regards
Arslan