Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
143411 | Mar 19,2019 02:34 PM UTC | Mar 25,2019 12:48 PM UTC | Xamarin.Forms | 5 |
![]() |
Tags: SfCarousel |
var items = listView.DataSource.DisplayItems; List<int> visibleIndex = new List<int>(); for (int i = 0; i < items.Count; i++) { visibleIndex.Add(listView.DataSource.Items.IndexOf(items[i])); } |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.