namespace Xamarin.Forms.Controls { internal class OpenGLViewCoreGalleryPage : CoreGalleryPage { // TODO protected override bool SupportsFocus { get { return false; } } protected override void Build (StackLayout stackLayout) { base.Build (stackLayout); } } }