Hi, I am working with Titanium.UI.ListView Control Is there anyone know how to know where is Scroll Position of ListView? because I would know that user does scroll at the middle of the ListView or not.
I could do it in ScrollView by using Offset = e.source.contentOffset.y; but in ListView Control, I did not see that property.
I would appreciate your advance