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

TextView - Upgrade to use Upgrade to use Content Area for scrolling #3823

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

TextView - Upgrade to use Upgrade to use Content Area for scrolling #3823

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 TextView to support ScrollBar. There are two approaches:

  1. Upgrade TextView 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant