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
Hi,
did you think about enhancing the TextView to automatically adjust its height to display all the text it contains? It could expand its hight while user typing.
Regards!
The text was updated successfully, but these errors were encountered:
@DanielDahan By disabling isScrollEnabled we lose ability to scroll. I think we can introduce preferredMaxLayoutHeight, allow growing upto that point and scroll after.
Hi,
did you think about enhancing the TextView to automatically adjust its height to display all the text it contains? It could expand its hight while user typing.
Regards!
The text was updated successfully, but these errors were encountered: