Hi Gerardo,
Thank you for the update.
#Regarding Border thickness in the Resource.
We have checked the reported query from our end. Your requirement can be achieved by overriding the TimeSlotCell style property in SfScheduler. Please refer to the following code snippet for your reference.
Code Snippet:
|
<Window.Resources>
<Style TargetType="syncfusion:TimeSlotCell">
<Setter Property="BorderThickness" Value="0,0,2,1" />
</Style>
</Window.Resources> |
Please refer to the sample in the following location for you reference.
Please let us know if you have any concerns.
Regards,
SaiGanesh Sakthivel