Hi, i have 2 questions regarding SfScheduler:
1)
How to set resource header width? i've tried with the following xaml code:
<Style TargetType="syncfusion:ResourceHeaderControl">
<Setter Property="Width"
Value="300" />
</Style>
But it does nothing, on the other hand, if i set "Height" instead of Width it does actually work, but nothing with Width or MinWidth, is it a bug?
My scheduler view is set to:
ViewType="TimelineDay"
ResourceGroupType="Resource"
2)
How do I highlight/select an appointment in the scheduler from code? i have a logic that finds appointment in other control and i want it to also select/highlight/focus on the appointment in the scheduler control
Thanks,
Dmitri.