62) DataGridView Control.

Опубликовано: 17 Июнь 2026
на канале: Joseph Bolen
3,011
10

Visual Basic .NET - How To Video Tutorials by Joe Bolen.
Watch how to use the DataGridView control in Visual Basic .NET.

The DataGridView control is a great way to present data to a user that is somewhat like a spreadsheet with rows and columns. When the DataGridView is data bound to a datasource / binding source, it not only presents the data, but also allows the editing of the data. This video introduces the DataGridView control and highlights some of the changes to the DataGridView's properties to enhance the user's experience.