I am currently working with Monotouch.Dialog and I have a large list of items. I donβt want to download all the data at once, so I implemented (on a monodistro) the LoadMore method, which loads more data into my list when I look at the bottom of the list (20 elements to the end, I LoadMore).
So my question is: how can I implement ScrollListener in my DialogControllerView, do the same in Monotouch?
thank:)
source
share