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
{{ message }}
This repository has been archived by the owner on May 1, 2024. It is now read-only.
In .Net 8 MAUI we are trying to get the current view using VisibleViews property. But we are getting an empty list everytime. Even though items are visible in the Carousel View and user can properly interact with the UI also.
Steps to Reproduce
Create one Carousel View in the XAML File.
Create one Submit Button.
Once data is visible inside Carousel View click on the submit button and try to access the VisibleViews property. It will give empty collection.
AmanGoyal009
changed the title
[Bug] In .Net 8 MAUI VisibleViews property not working
[Bug] In .Net 8 MAUI VisibleViews property of CarouselView is not working
Apr 17, 2024
Description
In .Net 8 MAUI we are trying to get the current view using VisibleViews property. But we are getting an empty list everytime. Even though items are visible in the Carousel View and user can properly interact with the UI also.
Steps to Reproduce
Expected Behavior
It should give the value. It's working in .Net 7.
Basic Information
Environment
Show/Hide Visual Studio info
The text was updated successfully, but these errors were encountered: