You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
we will want to upgrade GraphView to support ScrollBar to use the virtual content scrolling now built into View via Viewport, ViewportSettings, and SetContentSize().
It should be as easy as:
Nuke ScrollOffset. Where it's used, use Viewport.X/Y instead.
In OnDrawingContent change Move(0,0) to Move(Viewport.X, Viewport.Y) etc...