UWP – HOW TO DETECT THE RIGHT BUTTON
In this simple tutorial is explained how to detect if the right button is clicked. For simplicity there are two different Button and and a TextBlock component. The first button is the right button...
In this simple tutorial is explained how to detect if the right button is clicked. For simplicity there are two different Button and and a TextBlock component. The first button is the right button...
In this short tutorial is explained how to pass from a page to other in a simple UWP application. For simplicity we change page when a button is pressed. Let’s start to see how...
In this simple tutorial is explained how to count the clicks on a button and show them. First of all we have to set the layout of the screen with two columns with the...
One of the best practice to create a responsive layout is to use Grid controls. What we have to do is divide the screen in different rows and columns that have a relative height...
An Universal Windows Platform application is a software that is installable on every device that runs Windows 10 because it uses an API that is in common with all the different API of different...
UWP tutorial is a project born to teach the basic concepts of UNIVERSAL WINDOWS PLATFORM development. All the tutorials are written by myself. In the following days the first post will be published!