Skip to content

GraphView - Update to use ContentArea vs. ScrollOffset #3826

@tig

Description

@tig

Once #3820 is done, which fixes

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:

  1. Nuke ScrollOffset. Where it's used, use Viewport.X/Y instead.
  2. In OnDrawingContent change Move(0,0) to Move(Viewport.X, Viewport.Y) etc...

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    No status

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions