It's not possible to add scrolling inside the toolbar. #1862
-
|
It's not possible to add scrolling inside the toolbar. It would be great if this were possible. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 7 replies
-
|
The node toolbar is just a wrapper and does almost nothing on its own besides handle visibility, adding a scrollbar is all up to your implementation. If you have trouble to scroll because of the viewport zooming, read this section of the docs: https://vueflow.dev/guide/node.html#implementing-scrolling-within-node |
Beta Was this translation helpful? Give feedback.
-
|
Ok. Sorry, I didn't describe it clearly just now. The above picture can display 14 nodes in the first column at a resolution of 198201080, but at a resolution of 1536713, it may only show 10 nodes. panOnDrag was set to false, resulting in a lower resolution and inability to view the other four nodes. Is there any way to add a scroll bar to VueFlow? |
Beta Was this translation helpful? Give feedback.

The node toolbar is just a wrapper and does almost nothing on its own besides handle visibility, adding a scrollbar is all up to your implementation.
If you have trouble to scroll because of the viewport zooming, read this section of the docs: https://vueflow.dev/guide/node.html#implementing-scrolling-within-node