09-12-2020 06:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Runner
74
2
164
09-12-2020 06:47
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi, Does anyone worked on this already?
I was trying to get current index of cycleview-item similar like panoramaview, any help would be appreciated.

1 REPLY 1
09-15-2020 04:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

Recovery Runner
11
1
0
09-15-2020 04:23
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Hi @AjaySingh
You can use the .value property of the cycleview like this:
myCycleView.value
It will return a value from 0..n for the currently active item.
Paul.

