Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GraphView - Update to use ContentArea vs. ScrollOffset #3826

Open
tig opened this issue Nov 18, 2024 · 0 comments
Open

GraphView - Update to use ContentArea vs. ScrollOffset #3826

tig opened this issue Nov 18, 2024 · 0 comments
Labels
Milestone

Comments

@tig
Copy link
Collaborator

tig commented Nov 18, 2024

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...
@tig tig added the bug label Nov 18, 2024
@tig tig added this to the V2 Release milestone Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

No branches or pull requests

1 participant