Related resources for Xaml Control
  • Using XAML Control Templates In UWP10/3/2017 2:07:25 AM. In this article, we are going to discuss XAML control templates and their use in UWP.
  • SplitView Control: A New XAML Control5/26/2015 3:49:15 PM. In this article I will talk about a new XAML Control, SplitView.
  • Progress Ring Control in Windows Store App1/7/2013 8:43:18 AM. This article is an introduction to the progress ring control, one of the advanced controls of Windows store Application.
  • Windows Store App Radio Button Validation1/7/2013 8:02:07 AM. In this article we will create a Windows Store application implementing validation on Radio buttons of XAML controls.
  • Rich Edit Box in Windows Store App1/7/2013 8:00:59 AM. In this article we will revel the use of one of the advanced control of Xaml file is Rich Edit Box, Rich Edit Box come with lot of knew feature which make user more comfortable to write the text in Text Box.
  • Using Toggle Button in Windows App1/7/2013 7:59:17 AM. In this article we will use a Toggle button control. This is an advanced control introduced in XAML controls with some new properties. As the name implies, it provides the ability to toggle between two operations upon clicking the same button.
  • Implementation of Repeat Button in Windows Store App1/7/2013 7:49:20 AM. The concept behind the Repeat button is that we can do a click event multiple times as needed and each time we do, it performs the associated action.