Hi Geoff,
Thank you for your interest in Syncfusion products.
Your requirement of “Selecting
multiple timelines in SfSchedule” can be achieved by using Key gesture feature
available in SfSchedule and Key for Timeline Selection are as follows.
ACTION |
KEY |
Time line Selection UP |
Shift + Up |
Time line Selection Down |
Shift + Down |
Time line Selection Right |
Shift +Right |
Time line Selection Left |
Shift + Left |
Please refer the attached document for Key gesture support in SfSchedule.
Regards,
Jeyasri M.
Hi Geoff,
Sorry for the inconvenience caused.
Regarding Query” Displaying
stack timelines with single header”.
You can use the Schedule Timeline view to achieve your requirement
by setting ScheduleType property as TimeLine. Based on that we have prepared a
sample and it can be download from the attachment.
Code Snippet:
SfSchedule schedule = new SfSchedule(); schedule.ScheduleType = ScheduleType. TimeLine; this.grid.Children.Add(schedule); |
Also you can refer the below help document for more
details about schedule build in views.
UG Link: https://help.syncfusion.com/wpf/sfschedule/basic-view
Regarding Query “To
zoom in and out (changing the unit size to hours / days)”.
As of now we don’t have the support to Zoom in/Zoom out
to change the size of Schedule hours/days.
If the provided details are didn’t satisfy your requirements,
could you please revert us back with more details so that we could analyze
further and provide you a possible solution.
Regards,
Jeyasri M.