Request new features or modifications


Post by dfliess »

Is it possible that in two partnered controls like in extrernaldraganddrop example with the partnerTimelinePanel to also scroll vertically ?

Post by mats »

Yes, if you make it so. Just listen to 'scroll' on one element and sync the other. Shouldn't take you more than 5-10 minutes to solve :)

Post by dfliess »

sorry, which class or component is firing that event ?

Post by nickolay »

Its a native DOM event. You need to listen on 'scheduler.getSchedulingView().el`

Post Reply