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 using an SfListView bound to a custom read-only list with a SelectedItem property and I'm specifying both the ItemTemplate and the ItemSelectedTemplate and binding SfListView.SeletedItem to the collection's SelectionItem (Mode-TwoWay).
Binding works without issue in both directions but when I resize the containing window (larger to smaller), I consistently hit a Layout cycle every time while resizing the window. When I comment out the listview and all references, the rest of the page resizes without issue.
I'm using SyncFusion.Maui.ListView v21.2.4