Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
I'm creating an sfListView where each list item has 2 rows of text. The first row is always shown by default, and the second row is shown only after tapping to expand it. Tapping again with then re-hide it. What I'm seeing is that it will expand as expected on the first tap, but on the 2nd tap, the enclosing grid will go invisible as expected, but the row in the sfListView will not resize. Then, when you expand a different row, the previous row will then collapse. I use this same functionality in my Xamarin app and it works as expected.
I also noted that DynamicHeight doesn't seem to work at all when SelectionMode is set to None.
Steps to reproduce: