microsoft / xaml-standard

XAML Standard : a set of principles that drive XAML dialect alignment
Other
807 stars 54 forks source link

Add CalendarView control #217

Open geralexgr opened 6 years ago

geralexgr commented 6 years ago

Sometimes a full CalendarView is needed instead of a Datepicker. The CalendarView control should display a whole period of time (like 30 days)

controls_calendar_monthview

It also should contain some functionality like selecting the start and end date, dateChanged, CalendarViewDayItem

<CalendarView StartDate="" EndDate="" "/>
<CalendarView CalendarViewDayItemChanging="CalendarView_CalendarViewDayItemChanging"/>

uwp calendarview android calendarview

KySpace commented 6 years ago

Also, I would note that a calendar without timezone specification is pretty messy in some situation. I would hope a timezone property added to the date and time controls.