You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 */ }
The text was updated successfully, but these errors were encountered:
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 */ }
The text was updated successfully, but these errors were encountered: