Skip to content

I don't understand how to use this #57

Closed Answered by ME-MarvinE
etherealsc asked this question in Q&A
Discussion options

You must be logged in to vote

Yes, the sample project's playground page is complicated. I would suggest looking at the examples as they are much easier to understand; most of them only showcase one function of the Calendar at a time.

  • To switch months, you can call Calendar's 'NavigateCalendar' method. To set the command for the arrows, you can change the ForwardsArrowCommand, ForwardsArrowCommandParameter,BackwardsArrowCommand and BackwardsArrowCommandParameter properties of the CalendarView.

  • You can change the appearance and behaviour of a day by setting the DayTemplate property of the CalendarView. (Look at the 'Using CalendarDayView' example in the sample app).

  • For your use case I think the 'Event Calendar' e…

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
1 reply
@ME-MarvinE
Comment options

Answer selected by ME-MarvinE
Comment options

You must be logged in to vote
3 replies
@ME-MarvinE
Comment options

@etherealsc
Comment options

@ME-MarvinE
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants