-
-
Notifications
You must be signed in to change notification settings - Fork 124
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
Resize textView with text height #189
base: main
Are you sure you want to change the base?
Conversation
Thanks @slh-ideaflow for the PR. I was having some issues because the RichTextViewer was not adapting the heigth when placed in a List and these changes solve that. I hope @danielsaidi can review it and merge into main |
Hi guys, Sorry for the late reply, I've been very busy with other projects. Thank you so much for looking into this! It would be amazing, although as you say, the behavior should be opt-in. I'll take a look at this and see if I can merge it and add configurations for it. 👍 |
I haven't forgotten this, but have been busy with other things. It's on top of my todo list once the other critical things I'm focusing on are done. |
@slh-ideaflow I've tried your solution for my view in a |
@SubvertDev I finally got that implementation working for myself too. I'll add a comment there about an adjustment to it which I found helpful. |
That's great! Feel free to share any findings here as well, for when I get around to it. |
@slh-ideaflow Would merging this PR in its current state expose it to the flaw @SubvertDev mentioned? |
Hi @danielsaidi , I added this change so the text views in our application would resize according to the height of the contained text. I expect you would want this to be optional, but overall would you consider merging it to the main? I appreciate your project a lot and I think there's a good chance my coworkers and I will be contributing a lot to our fork, and I think it would be ideal if we could stay in sync with the core project as much as possible. Let me know your thoughts!