Skip to main content

Posts

Showing posts with the label UWP

How To Create Image Gallery in UWP Application

How to implement image gallery in gridview This article demonstrates how to make image gallery application using universal windows platform.  1. Let's start step by step. first of all open visual studio and create new blank UWP project as follows.     2. Click next and enter your project name and choose location where you want to save your project.   3. Click Create and choose target and minimum version that your UWP application will support.     4. Click Ok and your UWP project will created automatically and look like as following. 5. Now open MainPage.xaml file and enter below code between Grid tag. <NavigationView IsSettingsVisible= "False" IsBackButtonVisible= "Collapsed" > <NavigationView.MenuItems> <NavigationViewItem x:Name= "MenuImage" Tag= "image" Content= "Image Category" Icon= "Pictures" ></Navig