Info
Version: | 1.0.1 |
Author(s): | Windows Phone SDK Team |
Last Update: | Saturday, March 1, 2014 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | http://code.msdn.microsoft.com/wpapps/Basic-Lens-sample-359fda1b |
NuGet Url: | https://www.nuget.org/packages/PhoneMediaViewer |
Install
Install-Package PhoneMediaViewer
dotnet add package PhoneMediaViewer
paket add PhoneMediaViewer
PhoneMediaViewer Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
It supports an optional header and footer, and in between it renders items supplied by your app. This control also has the ability to allow users to pinch zoom when viewing items. The MediaViewer is a virtualizing control, so it loads only the data it needs, and scales to very large sets of data.
ThumbnailedImageViewer class: This is the default ItemTemplate for the MediaViewer control, and displays images that have an associated thumbnail. Add objects to the MediaViewer.Items collection that implement the IThumbnailedImage interface so that the ThumbnailedImageViewer can display them.
For examples that implement this interface, see LocalFolderThumbnailedImage and MediaLibraryThumbnailedImage.