Adding a DatePicker with the following code, I can scroll the year but not
the Day or Month. Any ideas?
datePicker = new UIDatePicker(pickerRect);
datePicker.Mode = UIDatePickerMode.Date;
datePicker.SetDate(appDelegate.store.builderPlan.p_startDateTime, true);
datePicker.AutoresizingMask = UIViewAutoresizing.FlexibleDimensions;
datePicker.ValueChanged += delegate(object sender, EventArgs e) {
SetDate();
};
this.AddSubview(datePicker);
Thanks, Rick
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/UIDatePicker-not-scrolling-Day-or-Month-tp4654620.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch