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.