How to customized the CalendarItemGroupTitle in XamMonthCalendar?
the size of CalendarItemGroupTitle is not right.
How to fix it.
Hello,
Thank you for your post. I have been looking into it and I suggest you add the following Style for the CalendarItemGroupTitle in the XamMonthCalendar’s Resources:
<Style TargetType="{x:Type igEditors:CalendarItemGroupTitle}"> <Setter Property="Height" Value="28" /> </Style>
Please let me know if this helps you or you need further assistance on this matter.
Looking forward for your reply.
Thank you very much.
It works.
Finally, I turn off the property
IsLeadingGroup="True" delete