On Feb 25, 2012, at 9:44 PM, frankhevans wrote: > Is the NumberPicker widget (see link) available in Xamarain/MonoDroid? Yes: http://androidapi.xamarin.com/?link=T:Android.Widget.NumberPicker But, it was added in API level 11 (Honeycomb), so you'd need to set your TargetFrameworkVersion to 3.1 or 4.0 to use it. - Jon