Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and medical aesthetics - How did C# make such a thing? It seems that controls need to be nested. Please give me your advice.
How did C# make such a thing? It seems that controls need to be nested. Please give me your advice.
In VS2005 or 2008, drag a DataGridView control, modify the Columns property of DataGridView, and add corresponding columns. For columns with field names, the type of the column is DataGridViewTextBoxColumn. For data type columns, the type of the column is: DataGridViewComboBoxColumn, and then modify the Item property of the data type column to add shaping and other type options.

To skip this column, the type of the column is: DataGridViewCheckBoxColumn.