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

Added MinLines property and related tests to the TextBox control. #14313

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

Andre118
Copy link
Contributor

What does the pull request do?

Extends the TextBox control by a MinLines property as requested in issue #14072.
#14072

What is the updated/expected behavior with this PR?

The TextBox control should resize to show the number of MinLines lines. Manual size changes like setting the Height parameter will override this behaviour just as it does with MaxLines.

Fixed issues

Fixes #14072

@Andre118
Copy link
Contributor Author

@dotnet-policy-service agree

@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.1.999-cibuild0043849-beta. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@maxkatz6 maxkatz6 enabled auto-merge January 24, 2024 08:43
@Andre118 Andre118 disabled auto-merge January 24, 2024 18:38
@avaloniaui-bot
Copy link

You can test this PR using the following package version. 11.1.999-cibuild0043983-beta. (feed url: https://nuget-feed-all.avaloniaui.net/v3/index.json) [PRBUILDID]

@maxkatz6 maxkatz6 merged commit 82809b5 into AvaloniaUI:master Jan 26, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add MinLines property to TextBox
4 participants