From: Andrei Nitescu Date: Thu, 10 Jan 2019 17:52:11 +0000 (+0200) Subject: Map with ItemsSource and ItemTemplate (#4269) fixes #1708 X-Git-Tag: accepted/tizen/5.5/unified/20200421.150457~560 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3043fb73b50aafe398f42d341a387e7df0e16309;p=platform%2Fcore%2Fcsapi%2Fxsf.git Map with ItemsSource and ItemTemplate (#4269) fixes #1708 --- diff --git a/Xamarin.Forms.Controls/CoreGallery.cs b/Xamarin.Forms.Controls/CoreGallery.cs index 0d8f322..daf969d 100644 --- a/Xamarin.Forms.Controls/CoreGallery.cs +++ b/Xamarin.Forms.Controls/CoreGallery.cs @@ -359,6 +359,7 @@ namespace Xamarin.Forms.Controls new GalleryPageFactory(() => new ListRefresh(), "ListView.PullToRefresh"), new GalleryPageFactory(() => new ListViewDemoPage(), "ListView Demo Gallery - Legacy"), new GalleryPageFactory(() => new MapGallery(), "Map Gallery - Legacy"), + new GalleryPageFactory(() => new MapWithItemsSourceGallery(), "Map With ItemsSource Gallery - Legacy"), new GalleryPageFactory(() => new MinimumSizeGallery(), "MinimumSize Gallery - Legacy"), new GalleryPageFactory(() => new MultiGallery(), "Multi Gallery - Legacy"), new GalleryPageFactory(() => new NavigationMenuGallery(), "NavigationMenu Gallery - Legacy"), diff --git a/Xamarin.Forms.Controls/GalleryPages/MapWithItemsSourceGallery.xaml b/Xamarin.Forms.Controls/GalleryPages/MapWithItemsSourceGallery.xaml new file mode 100644 index 0000000..e48b7a9 --- /dev/null +++ b/Xamarin.Forms.Controls/GalleryPages/MapWithItemsSourceGallery.xaml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + +