using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; namespace Xamarin.Forms.Controls { public class ScrollGallery : ContentPage { readonly ScrollView _scrollview; readonly StackLayout _stack; ScrollOrientation _orientation; List