roipeker / graphx

GraphX package for Flutter.

Home Page:https://pub.dev/packages/graphx

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to disable the partent scrollview

imiskolee opened this issue · comments

Hi:

i am have a scenebuildwidget on a singlechildscrollview, and when I drag a shape, the singlechildscrollview also following hand scroll.

I don't know how to disable the singlechildscrollview when I drag something.

You might have to deal with that on the Flutter side.
Probably some callback or ValueNotifier, Signal, MPS, callback or whatever u can use when u drag something on the Graphx side and rebuild the SingleChildScrollView widget with physics: NeverScrollablePhysics

got it. thanks!