About XAML
XAML stands for (Extensible Application Markup Language) which is Microsoft XML based language and it is best for designing good GUI. In old GUI framework WinForms is a GUI framework created in the same language which is used for interact with Graphical User Interface Environment for example C# or VB.NET but XAMLis another way like as HTML in which we are easily write and edit your GUI. it is an essential part of WPF. In development we are creates many Window form and Page which consist XAML document and project Code. The XAML file is play interface with all its elements and Code handles all the events and has access to manipulate with the XAML controls.
Related resources for XAML
  • Disable WebView Scrolling in Windows Store Apps2/23/2024 9:17:00 AM. This article delves into the intricacies of the WebView control in Windows Store Apps, focusing on disabling scrolling functionality. Despite the limitations in the WinRT framework compared to WPF web
  • WPF ProgressBar2/20/2024 7:26:59 AM. C# ProgressBar class represents a WPF progress bar controlupd. The <ProgressBar> XAML elements can be used to create a progress bar at design time. The code examples in this tutorial demo how to
  • Working with WPF Label using XAML and C#2/18/2024 5:22:07 AM. WPF Label class represents a Label control in C#. The <Label> element in XAML represents a Label control at design-time. The code examples in this article demonstrate how to use Label in WPF and
  • Grid Layout in WPF11/22/2023 5:54:51 AM. WPF Grid panel enables you to arrange children elements in cells defined by rows and columns. In the code example of this article, we will learn Grid layout and its properties in WPF using C# and XAML
  • Display Image In WPF using XAML and C#10/26/2023 5:35:27 AM. The Image class represents the WPF Image control that is used to display images in WPF. The <Image> element of XAML is used to create the Image control at design-time. The code example in this a
  • Paging Control In C#9/25/2023 11:02:21 AM. In this very first article, I have only covered fetching data in chunks (pages) without any filter or searching criteria. I’ll cover that in a subsequent article.
  • MOPUP (Alternative to Rg.Plugin.Popup) in .NET MAUI9/8/2023 5:09:22 AM. .NET MAUI, a cross-platform framework, empowers developers to build native mobile and desktop applications using C# and XAML. It enables the creation of apps that seamlessly operate on Android, iOS, m
  • Hyperlink in C#9/5/2023 5:04:14 AM. The hyperlink is the control to link another page. The hyperlink can navigate to “URL” as well as xaml page.
  • XAML Islands - UWP NavigationView Control In WPF Using .NET Core😍8/31/2023 9:21:55 AM. In this article, you will learn how to use XAML Islands to host the UWP NavigationView Control in a .NET Core WPF application.
  • How to create a Calendar Control in ASP.NET8/24/2023 9:05:17 AM. Here is a simple demo about creating a calendar control in ASP.NET.
  • Play Video in WPF7/19/2023 6:41:00 AM. If you have built any video enabled application prior to WPF, you must be familiar with the Windows Media Player ActiveX control. The WPF library provides the MediaElement control that encapsulates Wi
  • How to Render XAML Controls in Blazor WebAssembly?7/13/2023 10:56:57 AM. Many times, we encounter the need to migrate Silverlight or WPF applications to modern web applications like Blazor WebAssembly. In such scenarios, the typical approach involves re-engineering the Sil
  • Localize your .NET MAUI application6/1/2023 7:11:10 AM.
  • Filter Data On XAML Grid In WPF10/18/2022 9:35:28 AM. There are different ways to filter data in the XAML grid, but I'm just showing you how you can easily filter your data in the XAML grid by clicking the checkbox.
  • Xamarin.Forms - Style Inheritance12/16/2021 3:47:46 PM. In this article, you will learn how to implement Style Inheritance in Xamarin.Forms app.
  • Xamarin.Forms - Validation Using Xamarin Community Toolkit - Part Two11/26/2021 9:27:11 AM. In this article, you will learn how to validate xaml elements using Xamarin Community Toolkit in Xamarin.Forms App
  • Why Should I Use Silverlight?9/30/2020 2:29:22 AM. Why do we use Silverlight? What would be the reason for Silverlight when there is ASP.NET, Windows apps and the latest WPF.
  • Graphics Path in Silverlight9/30/2020 2:24:02 AM. A graphics path is a set of connected lines, curves, and other simple graphics objects. This article demonstrates how to use a Path control in Silverlight using XAML and C#.
  • C# and XAML within a Silverlight 2 context - INotifyCollectionChanged implementation: Part V9/29/2020 2:13:13 AM. In this article I will demonstrate different techniques of how implement the INotifyCollectionChanged interface as a part of the article how does XAML interact with C#
  • MVVM Architecture8/11/2020 6:43:57 AM. In this article, you will learn about MVVM Architecture.
  • Creating A File System Watcher Application7/28/2020 8:24:15 AM. This is a desktop file system watcher application.
  • Xamarin.Forms 4.4 Controls - Part Two1/23/2020 8:40:55 PM. In this article, you will learn about new Controls in Xamarin.Forms 4.4.
  • Xamarin.Forms 4.4 Controls1/23/2020 7:48:33 PM. In this article, you will learn about new controls released as a part of xamarin.forms 4.4.
  • FlipView Control in Windows 81/16/2020 4:38:12 PM. In this article, we will learn how to use a FlipView control in a Windows 8 Metro Style application.
  • Simple UI Animation through XAML in a Metro Style Application1/16/2020 4:13:33 PM. In this article, we are going to explore how we create UI animation through XAML in a Metro Style Application.
  • Xamarin UI Test1/16/2020 10:35:10 AM. This article is about the Xamarin UI test Cases.
  • How to implement Drag & Drop Functionality in Universal Windows Platform (UWP)?1/10/2020 12:23:06 AM. In this article, I'll talk about drag and drop functionality implementation in UWP.
  • Windows 10 For Developers 3 of N: New Controls & App Deployment1/3/2020 2:44:37 AM. This article continues the series of articles about the newly released developer tools for the Windows 10 preview SDK. In this third entry, you will see how to use two new controls: RelativePanel and
  • Windows 10 For Developers 2 of N1/3/2020 2:25:00 AM. This article continues the series of articles about the newly released developer tools for the Windows 10 preview SDK. In this second entry, let's take a look at some new techniques for building a
  • Windows 10 For Developers 1 of N1/3/2020 2:06:17 AM. This article begins a new series of articles about the newly released developer tools for the Windows 10 preview SDK. In this first entry, let's take a look at what you can expect and cannot, from
  • Xamarin.Forms - Compiled Bindings12/3/2019 10:10:54 AM. Learn what compiled bindings in Xamarin.Forms are and how to use them to improve performance and avoid spelling errors.
  • Dependency Properties In WPF11/25/2019 9:05:07 AM. In this article we will understand what dependency properties are and how use dependency property.
  • Use XAML Previewer To Preview Data In Xamarin Forms10/17/2019 7:18:33 AM. In this article, you will learn about XAML Previewer and how it is used to see design time preview of data in Xamarin.Forms
  • WPF Menus A Complete Tutorial8/25/2019 9:11:30 AM. WPF Menu control is represented by the Menu class in C#. This menus tutorial and menus code examples explain how to use menus in WPF using C#.
  • How To Start Hot Reloading In XAML8/12/2019 8:02:20 AM. In thIs article, I will show you how to start hot reloading in XAML.
  • TreeView In WPF6/11/2019 9:31:47 AM. WPF TreeView control displays hierarchical data in a parent and children form. TreeView class in C# and the <TreeView> XAML element are used to create a WPF TreeView. The code examples in this t
  • User Control in WPF5/8/2019 12:30:23 AM. This article discusses how to create a User Control in XAML and WPF using Visual Studio 2008 and how to use it in a WPF application.
  • Using XAML Popup In WPF4/7/2019 7:12:05 AM. Popup in WPF is a Windows that appears on top of a UI and shows a message. These code examples demonstrate how to show a popup in WPF using XAML and C#.
  • WPF ListView Tutorial4/6/2019 8:55:32 PM. WPF ListView provides functionality to create a List of collection in a GridView. Learn how to use ListView in WPF and C#.
  • WPF Popup4/6/2019 8:58:41 AM. Learn how to implement a Popup in WPF using C#.
  • DockPanel In WPF3/6/2019 3:21:54 AM. In this article, you will learn how to use a WPF DockPanel using XAML and C#. A DockPanel is used to dock child elements in the left, right, top, and bottom positions of the relative elements.
  • Transparent Brushes in WPF2/26/2019 11:08:34 PM. All elements in XAML including all brushes have an Opacity attribute that defines the transparency of an element. This article demonstrates how to use Opacity to implement transparent brushes in WPF u
  • XAML TextBox2/25/2019 3:41:47 AM. XAML <TextBox /> element represents the XAML TextBox control. This article discusses how to create a TextBox and set its various properties such as background and foreground colors, setting size
  • Customized Azure Cosmos DB With Xamarin.Forms Application (Student Detail) For Android And UWP2/18/2019 1:17:29 AM. Reading this article, you will learn how to develop customized (Student APP) Azure Cosmos DB with Xamarin Forms application using Android and UWP in XAML and Visual C# - cross platform application dev
  • How To Create And Use Azure Cosmos DB In Xamarin.Forms Application For Android2/18/2019 1:12:15 AM. Reading this article, you can learn How to Create and use Azure Cosmos DB In Xamarin Forms application using for Android with XAML and Visual C# in cross-platform application development.
  • XAML ProgressBar Code Example2/7/2019 11:40:40 PM. Learn how to use XAML Progress Bar in a WPF app. The code examples in this article demonstrates how to create a Windows app with a Progress bar control.
  • Working with Button Control in WPF1/8/2019 11:24:49 PM. This article demonstrates how to create and use a Button control in WPF using XAML and C#.
  • Design Login Page Using XAML In Xamarin.Forms1/7/2019 11:58:44 PM. Design Login Page Using XAML In Xamarin.Forms. Follow the steps given in this article in order to Create Login Page in Xamarin Android, using Microsoft Visual Studio 2017.
  • Your first animations using XAML and Silverlight- Double animation: Part II12/26/2018 12:14:35 AM. In the previous article Your first animations using xaml and silverlight - Color animation: Part I, we've exposed a technique of how to deal with color animation. In this article, I will do same t
  • Transparent Background of a Control in WPF12/20/2018 11:59:21 PM. How to create a transparent control in WPF. WPF control's background can be transparent by setting the Background property to null.
  • Implementing Scrolling in Windows using WPF ScrollViewer in C# and XAML12/15/2018 7:29:46 PM. The ScrollViewer class in C# and .NET represents a WPF ScrollViewer control at run-time. At design-time, the <ScrollViewer> element in XAML represents a ScrollViewer control. The code examples i
  • Working With A ScrollViewer Control In A WPF Application12/11/2018 10:19:52 PM. The ScrollViewer is an object that represents a scrollable area that contains other visible controls, it could be found within the System.Windows.Controls. At the contrast of a ScrollBar object, the
  • XAML RichTextBox Code Example12/10/2018 7:21:41 AM. The <RichTextBox> element in XAML represents a RichTextBox Windows control. The code example in this tutorial shows you how to use a RichTextBox control available in WPF.
  • XAML RepeatButton Code Example12/10/2018 7:07:09 AM. The <RepeatButton> element of XAML represents a repeat button. The code example shows how to use XAML RepeatButton in a WPF app.
  • XAML RadioButton Code Example12/9/2018 11:36:05 PM. Learn how to use XAML Radio Button in a WPF app. The <RadioButton> element in XAML is used to create a radio button control in a WPF app.
  • Working with WPF RadioButton using C# and XAML12/9/2018 10:59:21 PM. The RadioButton class in WPF represents a Radio Button control. The code example in this tutorial shows how to create and use a RadioButton control available in WPF and XAML.
  • Working With WPF PasswordBox Using C# and XAML12/9/2018 9:26:58 PM. The PasswordBox class in WPF represents a Password TextBox that provides functionality to mask and hide characters. The code examples in this article demonstrate how to use a PasswordBox control in WP
  • XAML Password Box Code Example12/9/2018 9:23:19 PM. Code example how to use a PasswordBox in XAML. XAML <PasswordBox> element represents a Password Box in XAML.
  • XAML Label Code Example12/7/2018 11:39:29 AM. The <Label> element in XAML represents a Label control. This article shows how to use a Label control in WPF using XAML and C#.
  • XAML Menu Code Example12/7/2018 9:14:00 AM. The <Menu> and <MenuItem> XAML elements are used to create menus in XAML. Learn how to use menu and menu item in a WPF app.
  • Using WPF GroupBox in C# and XAML12/3/2018 1:02:29 PM. A GroupBox control is a container that adds a header and a border to the area that can be used to place other controls. The <GroupBox> XAML element and the GroupBox class in C# represents a grou
  • Using XAML Grid Panel12/1/2018 11:58:28 PM. The <Grid> element in XAML represents a grid panel that provides a grid layout. The code example in this article shows how to use a Grid panel at design time using XAML in a WPF app.
  • Working with WPF Frame using C# and XAML11/30/2018 11:54:35 PM. 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 Frame
  • Working with WPF Expander Control using C# and XAML11/30/2018 11:46:28 PM. 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 demonstrate h
  • XAML DatePicker11/30/2018 1:43:45 PM. The XAML <DatePicker> element represents a DatePicker control in UI app. This article demonstrates how to use a DatePicker control in WPF app.
  • XAML ComboBox11/29/2018 10:17:31 PM. The <ComboBox> element in XAML represents a ComboBox. This article demonstrates how to create and use a ComboBox using XAML.
  • XAML CheckBox11/29/2018 9:25:01 AM. The XAML <CheckBox> element represents a CheckBox control. Code example to create and use a CheckBox using XAML in a WPF app.
  • XAML Calendar11/29/2018 7:57:59 AM. 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 how
  • Button Control In WPF11/29/2018 6:24:33 AM. The Button class and XAML Button element represent a WPF Button control that is used to execute code on the button click event. Code examples in this article covers how to use Button, add a button cli
  • XAML Button11/29/2018 5:53:27 AM. 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 cre
  • WPF Border Tutorial11/28/2018 10:41:22 PM. The Border class in C# represents a border control in WPF. XAML Border element is the border representation in UI. Learn how to create borders around WPF controls using XAML and C#.
  • XAML Border11/28/2018 10:33:48 PM. 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#.
  • XAML ScrollBar11/27/2018 8:07:42 AM. 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.
  • XAML Slider Code Sample11/26/2018 10:57:00 PM. 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.
  • WPF Slider Control11/26/2018 9:42:18 PM. The Slider class in WPF represents the slider control in C#. The code example in this article creates a complete slider control functionality using XAML and C#.
  • Retrieve Geo Location Coordinates In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/26/2018 10:24:07 AM. Reading this article, we can learn how to retrieve the device's current geolocation coordinates (Latitude, Longitude, Altitude) in Xamarin Forms application using Xamarin Essentials for Android an
  • Open A Specific Location Using Maps In Xamarin.Forms Application Using Xamarin.Essentials11/24/2018 9:28:48 AM. Reading this article, you can learn how to open the installed maps application to a specific location or placemark in Xamarin Forms application using Xamarin Essentials for Android and Universal Windo
  • Version Tracking In Xamarin.Forms Application Using Xamarin.Essentials For Android And UWP11/17/2018 10:30:48 PM. Reading this article, you can learn how to check the applications version and build numbers along with seeing additional information such as if it is the first time the application launched ever or fo
  • Screen Lock Active Or Release In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/16/2018 11:17:10 AM. Reading this article, we can learn how to How to Keep your screen asleep while your application running in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform
  • How To Open A Phone Number In The Dialer In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/14/2018 10:30:14 AM. Reading this article, we can learn how to How to Open a phone number in the dialer in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual
  • WPF TextBlock11/14/2018 10:26:12 AM. A TextBlock control in WPF provides a lightweight control for displaying small amounts of flow content. This tutorial and code examples demonstrates how to use a WPF TextBlock control in a WPF app and
  • Using XAML TextBlock11/14/2018 10:15:38 AM. XAML TextBlock element represents a TextBlock control. These code examples demo how to declare and use a XAML Text Block.
  • Find The Device's Power Energy-Saver Status In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/13/2018 9:11:50 AM. Reading this article, you can learn how to Find the device Power Energy-Saver status in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visu
  • XAML TextBox11/12/2018 3:37:25 PM. The element in XAML represents a TextBox control. Code examples of how to use XAML TextBox.
  • Open A Web Link With Default Browser In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/12/2018 9:32:01 AM. Reading this article, we can learn how to Open a web link using default Browser in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C#
  • XAML ToolTip Reference11/11/2018 7:40:07 PM. 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.
  • Share Data And URI In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/11/2018 10:20:08 AM. Reading this article, we can learn how to share data and URI in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual C# in cross platform
  • XAML TreeView11/10/2018 10:45:55 AM. XAML <TreeView> element represents a TreeView control in WPF. Here are a few XAML TreeView code examples.
  • XAML ListBox11/9/2018 11:35:03 AM. This is a reference tutorial of XAML ListBox element with code examples written in XAML and C#.
  • WPF Toolbar Tutorial11/8/2018 9:00:20 PM. The <Toolbar> element in XAML and the Toolbar class in WPF represent a Toolbar control. This tutorial consists of several code examples of how to create a Toolbar and add buttons to a toolbar co
  • XAML ListView11/8/2018 8:33:28 PM. 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#.
  • How To Create A GridView In XAML11/8/2018 4:21:04 PM. 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.
  • XAML WrapPanel11/8/2018 11:05:51 AM. The WrapPanel element in XAML represents a Wrap Panel. This tutorial shows how to use a XAML WrapPanel in WPF and C#.
  • How To Send Content With Default Email Application In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/6/2018 1:26:42 PM. Reading this article, you can learn how to send a content with default mail application in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and V
  • Working with WPF Viewbox Control11/6/2018 11:30:40 AM. 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#.
  • XAML Viewbox Tutorial11/6/2018 11:03:45 AM. 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.
  • Monitor The Network Connectivity Changes In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/5/2018 10:56:21 AM. Reading this article, we can learn how to Check the changes of network connectivity conditions and current network access in Xamarin Forms application using Xamarin Essentials for Android and Universa
  • Learn Navigation in XAML11/5/2018 6:09:22 AM. This article shows how to navigate to the next page with data.
  • Retrieving Device Display Information In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/1/2018 9:28:31 AM. Reading this article, we can learn Retrieving Device Display Information like Device orientation, rotation, width, height, density in Xamarin Forms application using Xamarin Essentials for Android and
  • How To Use Clipboard In Xamarin Forms Application Using Xamarin Essentials For Android And UWP11/1/2018 8:50:23 AM. Reading this article, you can learn how to copy and paste the text using Clipboard in Xamarin Forms application using Xamarin Essentials for Android and Universal Windows Platform with XAML and Visual