Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
This is my xaml code...

<wpcontrols:calendar xmlns:wpcontrols="#unknown">
x:Name="Cal"
ColorConverter="{StaticResource ColorConverter}"
MonthChanged="Cal_MonthChanged"
MonthChanging="Cal_MonthChanging"
SelectionChanged="Cal_SelectionChanged"

CharacterSpacing="10"
WeekNumberDisplay="WeekOfMonth" FontFamily="FrankRuehl" ShowSelectedDate="False" EnableGestures="True"

>
<wpcontrols:calendar.projection>
<planeprojection rotationx="-5">

Posted
Comments
Christian Amado 26-Aug-14 9:45am    
Can you clarify your question?
nisar mohamed 27-Aug-14 0:08am    
Actually I am developing a calendar for windows phone and I am using wpcontrols to develop it, When I am using that control I am not getting (UI Design) with last month's 6 days and next month's 6 days, I am getting in UI design with only 30 or 31 days of the month.
So How can I get in UI design to get present month 31 days with last month six or less than six days and next month six or less six days.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900