The UWP ListView and ListBox controls can be used to present lists of items in the user interface. By default the items…
The CommandBar control is a vital component of UWP app design. It is an evolution of the AppBar concept, which was…
The Visual Studio XAML Designer for Universal Windows Platform offers design-time device previews for several different screens size and scaling…
While working on an UWP app, I wanted to create a string.Format based value converter, so that I could provide a…
Universal Windows Platform includes the ApplicationData API, that provides easy way to store and retrieve application and user settings. If you use it…
VisualStateManager is extremely useful when building XAML layouts. With UWP’s AdaptiveTriggers to switch between states it provides a great way to build design…