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

TreeView - Upgrade to use Content Area for scrolling #3824

Open
tig opened this issue Nov 18, 2024 · 0 comments · May be fixed by #3827
Open

TreeView - Upgrade to use Content Area for scrolling #3824

tig opened this issue Nov 18, 2024 · 0 comments · May be fixed by #3827
Labels
Milestone

Comments

@tig
Copy link
Collaborator

tig commented Nov 18, 2024

Once #3820 is done, which fixes

we will want to upgrade TreeView to support ScrollBar. There are two approaches:

  1. Upgrade TreeView to utilize the virtual content scrolling now built into View via Viewport, ViewportSettings, and SetContentSize().
  2. Leave the existing scroll logic in place, and program View.HorizontalScrollBar/VerticalScrollBar manually.

The former is a far better solution and should not be too hard to accomplish.

@tig tig added the bug label Nov 18, 2024
@tig tig added this to the V2 Release milestone Nov 18, 2024
@tig tig linked a pull request Nov 18, 2024 that will close this issue
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: No status
Development

Successfully merging a pull request may close this issue.

1 participant