I'm trying to disable scrolling in ListView in iOS when there aren't many items to take up the entire screen. Android does this naturally but iOS is still scrollable even if there are only two items. Is it possible and if so how do i do it in xamarin forms with using a custom render.
↧