Hi,
It seems that in month view the appointment template are put in a grid of three row, where only the last two are usable and where the height of row can't be change.
So when we set the appointment template like the following code we obtain with 3 appointements in a day the screenshot AppMonthView.png.
<Border Background="Transparent" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" Margin="0" Padding="0">
<TextBlock Text="{Binding StartTime}" HorizontalAlignment="Left" VerticalAlignment="Center" Foreground="Black" FontSize="10"/>
</Border>
My question is, how can we modify the layout of appointment templates in order to have something like the picture AppMonthView_wanted.png or an appointement which if it is a full day take the entire cell.
Thanks
Best regards
Ben M
Attachment:
capture_9fafa1ab.7z