-
Let's say I have a canvas with a fixed size of the screen and some nodes that when fulled rendered would run out of the canvas. How do I measure the fully rendered size so I can custom place scroll bars with proportional size and location? Or is there a better way / Konva way to implement scroll bar? Thanks in advance. Edit: I have checked the scrollbar samples, which all have fixed fully rendered size. My case here is that new nodes might be added by users. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Did you check this demo https://konvajs.org/docs/sandbox/Canvas_Scrolling.html#page-title ? |
Beta Was this translation helpful? Give feedback.
Did you check this demo https://konvajs.org/docs/sandbox/Canvas_Scrolling.html#page-title ?