I am using many CustomListView with Labels. These CustomListViews are inserted on a Dashboard that organize them like cards. This is a Tablet application
However some CustomListView have more items that can show up, so it is needed to scroll to see the rest.
How can I know if a CustomListView have more items than can show ?
And How can I programatically scroll down one item per time, and them come back to start of the list?
The idea is while this CustomListView are displayed I go thru the one with more list and based on a timer scholl one row per time and when reach the last one it goes back to the first one.
So it will show what is not visible rolling the list.
Thank !
However some CustomListView have more items that can show up, so it is needed to scroll to see the rest.
How can I know if a CustomListView have more items than can show ?
And How can I programatically scroll down one item per time, and them come back to start of the list?
The idea is while this CustomListView are displayed I go thru the one with more list and based on a timer scholl one row per time and when reach the last one it goes back to the first one.
So it will show what is not visible rolling the list.
Thank !