TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
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
XAML
is 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.
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Mahesh Chand (50)
Vijayaragavan S (10)
Bechir Bejaoui (3)
Pranav Tiwari (3)
Josue Yeray Julian Ferreiro (3)
Mushtaq M A (2)
Delpin Susai Raj (2)
Sumit Singh Sisodia (2)
Sanjay Kumar (1)
Mariusz Postol (1)
Ammar Shaukat (1)
Santhosh Kumar Jayaraman (1)
Sabyasachi Mishra (1)
Debabrata Ghosh (1)
Rikam Palkar (1)
M Munib (1)
Farhan Ghumra (1)
Anoop Kumar Sharma (1)
Nilay Joshi (1)
Gomathi Palaniswamy (1)
Vinoth Rajendran (1)
Vishal Gilbile (1)
Chandradev Sah (1)
Slim Hammami (1)
Aqib Murtaza (1)
Aravind Bs (1)
Sandeep Mishra (1)
Arjun Panwar (1)
Amit Maheshwari (1)
Sourabh Soni (1)
Harikrishnan N (1)
Logesh Palani (1)
Dinesh Beniwal (1)
Related resources for XAML
No resource found
How to Apply Custom Fonts in .NET MAUI
11/7/2024 5:38:25 AM.
Learn how to add and apply custom fonts in your .NET MAUI app to enhance design and branding. This guide covers adding font files, registering fonts in MauiProgram.cs, and using them in XAML or C#.
An Overview of the Implementation of ValidationRules in WPF C#
10/27/2024 6:39:40 AM.
In WPF, the ValidationRule class enables custom validation for user input in controls like TextBox. By extending the ValidationRule and overriding the Validate method, specific input criteria can be e
Working with WPF Expander Control using C# and XAML
8/6/2024 11:35:26 AM.
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
Programming in Practice - GUI - XAML - Description of the User Interface
7/9/2024 12:34:12 AM.
This article concerns selected issues related to the representation of process information in graphical form to develop a comprehensive User Interface. It presents XAML Domain-Specific Language as a d
XAML Value Converter With A Simple Example
6/24/2024 8:59:15 AM.
Learn how to convert data formats using XAML's value converters, crucial for transforming string input (like from a textbox) into boolean values (for checkbox status). Explore setup, implementatio
A Simple WPF Application Implementing MVVM
6/20/2024 10:12:01 AM.
In modern application development using technologies like WPF, Silverlight, and MVVM, several key concepts and components play critical roles. WPF, or Windows Presentation Foundation, revolutionizes W
Call User Controls In Main Window Using WPF
6/19/2024 9:34:07 AM.
In WPF (Windows Presentation Foundation), integrating User Controls into the main window involves leveraging XAML and code-behind to enhance UI flexibility and functionality.
Scroll Windows With WPF ScrollViewer in C# and XAML
6/17/2024 9:56:08 AM.
Implement vertical and horizontal scrolling in your WPF applications using ScrollViewer. Control content visibility with properties like VerticalScrollBarVisibility and HorizontalScrollBarVisibility f
TreeView In WPF
6/14/2024 10:37:05 AM.
Explore the WPF TreeView control in this tutorial, designed to display hierarchical data with expandable nodes. Learn to add, delete, and style TreeView items dynamically using XAML and C#. Enhance y
Using ImageBrush In WPF
6/12/2024 10:10:47 AM.
An image brush paints an area with an image. The ImageSource property represents the image to be used during the painting by an image brush. The ImageBrush object represents an image brush.
How to Remove Extra Column from DataGrid WPF Control
5/31/2024 9:57:43 AM.
The WPF DataGrid often displays an extra column due to default behavior. This issue arises when the source data contains fewer columns than displayed. By adjusting the XAML code and setting the Column
Let's Create WPF Blazor Hybrid App
4/18/2024 7:26:12 AM.
Unlock the potential of WPF and Blazor by combining their strengths in a hybrid application. Let's seamlessly blend the rich, desktop-centric features of WPF with the modern, web-enabled capabilit
Design Whatsapp Page With Grid Layout In Xamarin.Forms
4/4/2024 8:57:03 AM.
Explore Xamarin.Forms, a cross-platform mobile framework, facilitating UI development with XAML. Utilize Visual Studio 2017/2019 for C# coding. Design WhatsApp-like layouts using Grid Layout, Labels,
Disable WebView Scrolling in Windows Store Apps
2/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 ProgressBar
2/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 WPF
11/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 MAUI
9/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.NET
8/24/2023 9:05:17 AM.
Here is a simple demo about creating a calendar control in ASP.NET.
Play Video in WPF
7/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 application
6/1/2023 7:11:10 AM.
Filter Data On XAML Grid In WPF
10/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 Inheritance
12/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 Two
11/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 Silverlight
9/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 V
9/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#
Creating A File System Watcher Application
7/28/2020 8:24:15 AM.
This is a desktop file system watcher application.
Xamarin.Forms 4.4 Controls - Part Two
1/23/2020 8:40:55 PM.
In this article, you will learn about new Controls in Xamarin.Forms 4.4.
Xamarin.Forms 4.4 Controls
1/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 8
1/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 Application
1/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 Test
1/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 Deployment
1/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 N
1/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 N
1/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 Bindings
12/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.
Use XAML Previewer To Preview Data In Xamarin Forms
10/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 Tutorial
8/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 XAML
8/12/2019 8:02:20 AM.
In thIs article, I will show you how to start hot reloading in XAML.
User Control in WPF
5/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 WPF
4/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 Tutorial
4/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 Popup
4/6/2019 8:58:41 AM.
Learn how to implement a Popup in WPF using C#.
DockPanel In WPF
3/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 WPF
2/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 TextBox
2/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 UWP
2/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 Android
2/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 Example
2/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 WPF
1/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.Forms
1/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 II
12/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 WPF
12/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.
Working With A ScrollViewer Control In A WPF Application
12/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 Example
12/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 Example
12/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 Example
12/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 XAML
12/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 XAML
12/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 Example
12/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 Example
12/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 Example
12/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 XAML
12/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 Panel
12/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 XAML
11/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
XAML DatePicker
11/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 ComboBox
11/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 CheckBox
11/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 Calendar
11/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 WPF
11/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 Button
11/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 Tutorial
11/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 Border
11/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 ScrollBar
11/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 Sample
11/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 Control
11/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 UWP
11/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.Essentials
11/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 UWP
11/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 UWP
11/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 UWP
11/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 TextBlock
11/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 TextBlock
11/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 UWP
11/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 TextBox
11/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 UWP
11/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 Reference
11/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 UWP
11/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 TreeView
11/10/2018 10:45:55 AM.
XAML <TreeView> element represents a TreeView control in WPF. Here are a few XAML TreeView code examples.
XAML ListBox
11/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 Tutorial
11/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 ListView
11/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 XAML
11/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.