using System;
using System.Collections.Generic;
using System.Text;
namespace Xamarin.Forms
{
public enum ItemsUpdatingScrollMode
KeepItemsInView = 0,
KeepScrollOffset,
KeepLastItemInView
}