1

I'm developing an app for windows phone 8.1, and now I need a calendar control like the calendar app of the phone. I've tried winrttoolkit for windows phone, but in that calendar I cannot write on the cells of the days. I want to write something inside the cells.

Anyone can help me? A free control or some code please!

Thanks a lot!

Filip Skakun
  • 31,624
  • 6
  • 74
  • 100
Max
  • 246
  • 5
  • 12

1 Answers1

0

WinRT XAML Toolkit has the calendar ported from Silverlight Toolkit and has the source. You can check if it is possible to template it in such a way to have tap/editable days. Maybe someone has already done it for SLTK? You can check the commercial component libraries I list on the CodePlex page, but I think modding the one from the Toolkit is your best bet...

Filip Skakun
  • 31,624
  • 6
  • 74
  • 100
  • Hi, thanks for answer. For now I don't want to edit source code, if it is possible. – Max Oct 07 '14 at 20:15