XAML
Extensible Application Markup Language (XAML) is a declarative programming language to build Windows apps used in WPF and UWP. This category lists various XAML learning tutorials, XAML code samples, XAML articles, and XAML book.
Articles
  • Mahesh Chand

    Working with WPF Frame using C# and XAML

    The Frame class in C# and the <Frame> element in XAML represent a Frame windows control at run-time and design-time respectively. The code examples in this article demonstrate how to use a Fr...
    Mahesh Chand Dec 16, 2014
  • Mahesh Chand

    Working with WPF Expander Control using C# and XAML

    The Expander class in C# represents a WPF Expander control. At design-time, the <Expander> element of XAML is used to create an Expander control. The code examples in this tutorial demonstrat...
    Mahesh Chand Dec 15, 2014
  • Mahesh Chand

    XAML DatePicker

    The XAML <DatePicker> element represents a DatePicker control in UI app. This article demonstrates how to use a DatePicker control in WPF app.
    Mahesh Chand Dec 12, 2014
  • Mahesh Chand

    XAML ComboBox

    The <ComboBox> element in XAML represents a ComboBox. This article demonstrates how to create and use a ComboBox using XAML.
    Mahesh Chand Dec 04, 2014
  • Mahesh Chand

    XAML CheckBox

    The XAML <CheckBox> element represents a CheckBox control. Code example to create and use a CheckBox using XAML in a WPF app.
    Mahesh Chand Dec 03, 2014
  • Mahesh Chand

    XAML Calendar

    The XAML <Calendar> element represents a WPF calendar. XAML Calendar provides a calendar control to select a date or a date range from a month view. This tutorial with code examples details h...
    Mahesh Chand Dec 02, 2014
  • Mahesh Chand

    XAML Button

    The Button class represents a button control of WPF in C#. Button control is created using the <Button> element in XAML at design-time. The code examples in this Button tutorials show how to ...
    Mahesh Chand Dec 01, 2014
  • Mahesh Chand

    XAML Border

    The XAML <Border> element represents a border in Windows app. Code example in this tutorial shows how to apply a border to WPF controls using XAML and C#.
    Mahesh Chand Nov 24, 2014
  • Mahesh Chand

    XAML ScrollBar

    The <Scrollbar> element of XAML represents a scroll bar control for WPF apps. The code sample in this tutorial shows how to use a ScrollBar control in a WPF app using XAML.
    Mahesh Chand Jan 02, 2015
  • Mahesh Chand

    XAML Slider Code Sample

    XAML Slider element represents the slider control in XAML and WPF. The code example in this article uses <Slider> to implement a slider in WPF.
    Mahesh Chand Jan 06, 2015
  • Mahesh Chand

    Using XAML TextBlock

    XAML TextBlock element represents a TextBlock control. These code examples demo how to declare and use a XAML Text Block.
    Mahesh Chand Jan 12, 2015
  • Mahesh Chand

    XAML TextBox

    The element in XAML represents a TextBox control. Code examples of how to use XAML TextBox.
    Mahesh Chand Jan 13, 2015
  • Mahesh Chand

    XAML ToolTip Reference

    XAML ToolTip element represent a ToolTip of control that can be set using the ToolTip property of a WPF control. Here are some code examples of how to show tool tips of controls in WPF.
    Mahesh Chand Jan 14, 2015
  • Mahesh Chand

    XAML TreeView

    XAML <TreeView> element represents a TreeView control in WPF. Here are a few XAML TreeView code examples.
    Mahesh Chand Jan 15, 2015
  • Mahesh Chand

    XAML ListBox

    This is a reference tutorial of XAML ListBox element with code examples written in XAML and C#.
    Mahesh Chand Jan 21, 2015
  • Mahesh Chand

    XAML ListView

    The ListView element in XAML represents a ListView control. The code example in this tutorial demonstrates how to use a XAML ListView in WPF using C#.
    Mahesh Chand Jan 24, 2015
  • Mahesh Chand

    How To Create A GridView In XAML

    XAML doesn't support a GridView element. However, you can use a ListView to create a GridView like UI. The code sample in this article is an example of creating GridView in XAML.
    Mahesh Chand Jan 24, 2015
  • Mahesh Chand

    XAML WrapPanel

    The WrapPanel element in XAML represents a Wrap Panel. This tutorial shows how to use a XAML WrapPanel in WPF and C#.
    Mahesh Chand Jan 30, 2015
  • Bechir Bejaoui

    Working with WPF Viewbox Control

    In this article, we will show how to use a ViewBox control available in WPF and XAML. Code sample shows use of Viewbox in XAML and C#.
    Bechir Bejaoui Aug 22, 2008
  • Mahesh Chand

    XAML Viewbox Tutorial

    Learn how to use XAML Viewbox with code example. <Viewbox> element in XAML represents a Viewbox control of WPF and C#. Viewbox.Stretch and Viewbox.StretchDirection properties.
    Mahesh Chand Jan 16, 2015