I'm currently working with Monotouch.Dialog and I have a big list of item. I don't want to load all data immediately, so I implemented (on monodroid) a LoadMore method which load more data in my list when I scroll to the bottom of the list ( 20 element before the end, I LoadMore ).
So my question is, how can I implement an ScrollListener on my DialogControllerView do to the same thing on Monotouch ?
thx :)