Does Xamarin offer a native number picker that I can use with Xamarin.Forms? -


i have used standard picker comes box on screen , allows me select list.

but there native xamarin picker can used pick numbers , populate binder number? see on applications telephone keypad type thing displays numbers 1,2,3,4,5,6,7,8,9,0 , backspace. seems common kind of control when user wants enter number or dollar amount.

i in sample apps not find example of this. if there not 1 way implement series of numbers in list ?

the kind of control interested in 1 when click on input field opens box on bottom of screen number pad

use entry keyboard property set numeric

<entry keyboard="numeric" /> 

Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -