slimScroll

Hello dears, I want to use jQuery slimScroll in my canvas instead of default scrollbar.

I tried lot of times but I’m still failed.

I think GoJS automatically created this div and canvas so I can’t handle that div. Please help me?

You can customize the scrollbars with CSS in webkit or blink based browsers (Chrome), like so: https://codepen.io/simonsarris/pen/pdrvLg

You cannot add custom additional elements to the Diagram DIV, like the additional DIVs that the jquery plugin requires.

A post was split to a new topic: How to prevent multiple nodes at same location?