I am wondering if it is possible to have a list where you can scroll through - and all the items have a simple view which is shown by default and then a more detailed view which is shown when the item has a specific position on the screen eg. in the center.
-------------------------
| + | Item |
-------------------------
-------------------------
| + | Item |
-------------------------
-------------------------
| + | Item |
-------------------------
-------------------------
|+++| Item Title <
|+++| |
|+++| Item desciption <
-------------------------
-------------------------
| + | Item |
-------------------------
-------------------------
| + | Item |
-------------------------
-------------------------
| + | Item |
-------------------------
I don't know if understood your question...
If you want to do some action in according with the item position and scroll, you can use the
firstVisibleItemIndex
andlayoutInfo.visibleItemsInfo
. The sample below will display the item located at the center with a bigger padding...: