StepValue partial numbers

Hi,

How do I allow the SfNumericUpDown control to increment in point values (Eg. Every time the + or - button is pressed it changes by 0.2)?
Thanks

1 Reply 1 reply marked as answer

SS Sridevi Sivakumar Syncfusion Team August 10, 2020 08:17 AM UTC

Hi Mauro Da Silva,

Greetings from Syncfusion.

We would like to let you know that using StepValue property, you can achieve your requirement in SfNumericUpDown.

https://help.syncfusion.com/xamarin/numericupdown/auto-reverse#set-increment
 

It accepts the point value also,  
  <numeric:SfNumericUpDown x:Name="numericUpDown" StepValue="0.2" />  

Please check this and let us know whether your requirement is achieved or not. If we misunderstood your requirement, please share with more details.   
 
Regards,
Sridevi S.

 


Marked as answer
Loader.
Up arrow icon