Hi Team,
Here is my scrollSetting.
scrollSettings = {
canAutoScroll: true, // enable auto scroll as element moves
scrollLimit: 'Diagram', // Diagram scroll limit with in canvas
autoScrollBorder: { left: 50, right: 50, bottom: 50, top: 50 } // specify the maximum distance between the object and diagram edge to trigger autoscroll
}
Follow below steps to reproduce the issue.
- Drop one node on the canvas.
- Drop another node to bottom of the canvas with minor scroll.
- Now try to connect to Node one to node two from left side.(Please refer attached screenshot)
- Connection is not possible currently, unable to drag the connecting line at the bottom of canvas
PS: If we decrease the autoScrollBorder to 0 or 10 it will start working but in that case our node goes inside canvas and then start auto scroll which we dont want to do that.
Please let me know if you need more details.
Attachment:
syncfusion_73ce2880.zip