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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

2
Votes

Description:
A method is requested in the SfListView control to dynamically retrieve the list of currently visible items at runtime. This enhancement would simplify scenarios where developers need to track visible content without manually maintaining a list using ItemAppearing and ItemDisappearing events.

Use Case:
The customer is building a large, scrollable form for asset inspections (e.g., roads, bridges, traffic signals) on mobile devices. To improve navigation, a sidebar table of contents highlights the currently visible section of the form. A built-in method to fetch visible items would make this implementation more reliable and less error-prone compared to manually tracking visibility through events.