Hello,
i'm trying to customize the appearance of appintments in the scheduler using DataTemplates and a DataTemplateSelector.
I updated the syncfusion sample to nuget version 16.1.0.32 and modified the DayAppointmentTemplate to use a grid ( see attachment).
The grid contains two labels, each label in its own row.
The first label is a static text, the second label shows the appointment subject using binding.
Problem now is that the second label is not shown with its complete length. (See screenshot in the attachment.) The lenght of the second label seems to be dependent on the width of the first label. If i remove the first label, i can't even see the second label.
I also tried using a stacklayout instead of a grid, but i get the same incorrect rendering.
Regards,
Kalle
Attachment:
DayAppointmentTemplate_859a2027.zip