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

Multiline Textbox scrolling #627

Open
Snaid1 opened this issue Mar 8, 2022 · 0 comments
Open

Multiline Textbox scrolling #627

Snaid1 opened this issue Mar 8, 2022 · 0 comments
Labels
feature New feature or request UI

Comments

@Snaid1
Copy link

Snaid1 commented Mar 8, 2022

it would be helpful if Multiline Textboxes were able to be scrollable. as it currently stands you can keep typing and starting new lines below the end of the Multiline Textbox but there's no way to scroll down to see them.

digging through the code the closest thing I can find currently is on line 199 of MultilineTextBox.cs
protected override void UpdateScrolling() { /* NOOP */ }

@dlamkins dlamkins added feature New feature or request UI labels Mar 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request UI
Projects
None yet
Development

No branches or pull requests

2 participants