02-23-2013 04:15 AM
Hi,
maby somebody here knows how to do this,
i've got a ListView that only shows 1 item at the time in (scrolling in a horizontal direction)
what signal do i use or how do i get the currently selected item index
this is required because of this example:
|--------------------|
| listview |
| item 1 |
|--------------------|
1/10
|--------------------|
| listview |
| item 4 |
|--------------------|
4/10
Thx
Solved! Go to Solution.
02-23-2013 04:25 AM
ListScrollStateHandler can be used to find the first visible item:
Two items can be shown at the same time during scrolling, so I guess additional code will be needed to determine which one is occupying the largest part of the screen.