Tell me how to create a table like StringGrid in Delphi in Visual Studio. I just start learning from #, earlier only in Delphi programmed.
Answer 1, Authority 100%
The table is created using a class of DataGridView . Overview of the use (partially obsolete) can be read here: DataGridView. New control in Framework 2.0 .
Answer 2
If you use a WPF to create an interface, then the table can be implemented using DataGrid .