GraphView
- Update to use ContentArea vs. ScrollOffset
#3826
Labels
Milestone
GraphView
- Update to use ContentArea vs. ScrollOffset
#3826
Once #3820 is done, which fixes
ScrollBar
based on a newScroll
and removeScrollBarView/ScrollView
#2489we will want to upgrade
GraphView
to supportScrollBar
to use the virtual content scrolling now built intoView
viaViewport
,ViewportSettings
, andSetContentSize()
.It should be as easy as:
ScrollOffset
. Where it's used, useViewport.X/Y
instead.OnDrawingContent
changeMove(0,0)
toMove(Viewport.X, Viewport.Y)
etc...The text was updated successfully, but these errors were encountered: