Quantcast
Channel: Xamarin.Forms — Xamarin Community Forums
Viewing all articles
Browse latest Browse all 77050

ScrollView: the ScrollX/Y is at the MAX (or END)...how do we know?

$
0
0

I'd like to know if the ScrollView e.ScrollX/Y has reached the END (or max scroll). Any ideas?

Currently I am using the ScrollView.Scrolled to trigger:

        private void ScrollView_Scrolled(object sender, ScrolledEventArgs e)
        {
            bool isAtWorldsEnd = false;
            if( ((ScrollView)sender).???? == e.ScrollY ) isAtWorldsEnd = true;
        }

Viewing all articles
Browse latest Browse all 77050

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>