</>
Tutorials

XAML Tutorial

  • XAML - Quick Guide
    XAML stands for Extensible Application Markup Language. Its a simple and declarative language based on XML.
  • XAML - Layouts
    The layout of controls is very important and critical for application usability. It is required to arrange a group of GUI elements in your application. There are certain important points to consider while selecting layout panels;
  • Discuss XAML
    Welcome to the XAML tutorial for beginners. This tutorial puts greater emphasis on realtime implementation of the concept rather than discussing just the theory part. The primary objective of this tutorial is to provide you a better understating of what you can do with XAML development irrespective
  • XAML - Custom Controls
    XAML has one of the most powerful features provided to create custom controls which make it very easy to create feature-rich and customizable controls. Custom controls are used when all the built-in controls provided by Microsoft are not fulfilling your criteria or you dont want to pay for 3rd party
  • XAML - Debugging
    If you are familiar with debugging in any procedural language (such as C#, C/C++ etc.) and you know the usage of break and are expecting the same kind of debugging in XAML, then you will be surprised to know that it is not possible yet to debug an XAML code like the way you used to debug any other p
  • XAML - Triggers
    Basically, a trigger enables you to change property values or take actions based on the value of a property. So, it basically allows you to dynamically change the appearance and/or behavior of your control without having to create a new one.
Page 1 / 6Next