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
Currently, the DataGrid does not automatically support adjusting the row height based on the content when it is multiline. It would be great to add this as an enhancement. This functionality would be extremely useful in situations where the content of a cell can overflow to multiple lines, as I have seen in many places where logs are used with messages contained in StringBuilder.
I will work on it on my own, but I'm opening the issue in case someone has already implemented it or comes up with a simpler solution.
The text was updated successfully, but these errors were encountered:
Currently, the DataGrid does not automatically support adjusting the row height based on the content when it is multiline. It would be great to add this as an enhancement. This functionality would be extremely useful in situations where the content of a cell can overflow to multiple lines, as I have seen in many places where logs are used with messages contained in StringBuilder.
I will work on it on my own, but I'm opening the issue in case someone has already implemented it or comes up with a simpler solution.
The text was updated successfully, but these errors were encountered: