rebeccaXam / XamForms.Controls.Calendar

Custom calendar control for Xamarin.Forms. Customizable border thickness, color, background colors and formats. Version 1.0.8 or lower Built against: 2.1.0.6521 Version 1.1.0 or above Built against: 2.3.4.231
MIT License
132 stars 69 forks source link

Calendar in one line #87

Open SalvatoreAD opened 6 years ago

SalvatoreAD commented 6 years ago

You can get a display in only one line, starting from the current day.

Let me explain: I would like to create a view in which the user, starting from the current date, can choose another day to load the events of that day.

Thank you all for the answers.

ali-h2010 commented 6 years ago

use a listview under the calendar and update the list of events or whatever you want when the date is changed