Hi Marco,
Greetings from Syncfusion Support.
Yes we can position the scroll to current time using the public method scrollTo on ‘dataBound’ event of the scheduler. We have prepared a sample for the same which can be downloaded from the following link.
onDataBound: function(args) {
if (this.flag) {
let intl = new Internationalization();
this.$refs.scheduleObj.scrollTo(intl.formatDate(new Date(), { skeleton: 'Hm' }));
this.flag = false;
}
} |
Please try the sample and let us know if you need any further assistance.
Regards,
Nevitha