Is there a datetimepicker class in Xamarin?

前端 未结 1 628
轮回少年
轮回少年 2021-01-22 04:44

I am currently using the Xamarin Forms DatePicker and the TimePicker in the portable project of a portable app. But is there a combined control that le

相关标签:
1条回答
  • 2021-01-22 05:36

    There is not a "stock" DateTimePicker within the controls for Xamarin.Forms.

    You could create your composite control using DatePicker and TimePicker within modal popups and display the Date & Time chosen in Labels...

    Or create your own Form control using custom renders:

    • Customizing Controls on Each Platform

    • Xamarin.Forms Widget/Control Listing

    0 讨论(0)
提交回复
热议问题