Tell me how to create a table in Visual studio like a stringgrid in delphi. I start to study only C #, earlier only in delphi programmed.

    2 answers 2

    The table is created using the DataGridView class. An overview of usage (partially outdated) can be read here: DataGridView. New control as part of Framework 2.0 .

      If to create an interface using WPF, the table can be implemented using a DataGrid .