Lesson 16 - DataGrid in C# .NET WPF
In the previous exercise, Solved tasks for C# .NET WPF lessons 11-15, we've practiced our knowledge from previous lessons.
In the previous lesson, Solved tasks for C# .NET WPF lessons 11-15, we finished our graphical clock. Today,
in this C# .NET WPF tutorial, we're going to take a look at the interesting
DataGrid
control.
DataGrid
As the name suggests, we use DataGrid
to display values in a
table. Let's make a simple example showing a list of people using
DataGrid
. We'll load them from a list collection, but in reality
they'd more likely be displayed e.g. from a database. The approaches described
below would work the same.
Form Design
Create a new WPF Application, set the window title to
Personnel administration
. Then set the
WindowStartupLocation
property to CenterScreen
to
ensure that the window will appear in the center of the screen when we start the
application. We'll use Grid
for the form layout again. We'll divide
it into two rows. Into the first row, we'll add a DataGrid
control
named PersonnelDataGrid
and into the second one we'll
...End of the preview...
Continue further
You've come here and that's great! We believe that the first lessons showed you something new and useful
Do you want to continue the course? Go to the premium section.
Buy this course
This article is licensed: Premium, by buying this article, you agree with the terms of use.
- Unlimited and permanent access to individual lessons.
- High quality IT knowledge.
- Skills to help you get your dream and well-paid job.
Article description
Requested article covers this content:
In this tutorial, we'll learn how to use DataGrid in WPF form applications in C# .NET. We'll learn how to define custom columns and select an item.
You gain credits by supporting our network. This is done by sending a helpful amount of money to support the site, or by creating content for the network.