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

Add TextArea.Border, ScrollToTop/Bottom/Range, and TextLength #2587

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

cwensley
Copy link
Member

@cwensley cwensley commented Dec 1, 2023

This adds the following APIs to TextArea (and RichTextArea):

BorderType Border { get; set; }
void ScrollTo(Range<int> range)
void ScrollToStart()
void ScrollToEnd()
int TextLength { get; }

@cwensley cwensley added this to the 2.8.3 milestone Dec 1, 2023
@cwensley cwensley force-pushed the curtis/textarea-improvements branch 2 times, most recently from 7531c1d to b667276 Compare December 1, 2023 19:59
@cwensley cwensley merged commit 012f320 into picoe:develop Dec 1, 2023
3 checks passed
@cwensley cwensley deleted the curtis/textarea-improvements branch December 1, 2023 20:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant