Home c# How to create a table in Visual Studio?

How to create a table in Visual Studio?

Author

Date

Category

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 .

Programmers, Start Your Engines!

Why spend time searching for the correct question and then entering your answer when you can find it in a second? That's what CompuTicket is all about! Here you'll find thousands of questions and answers from hundreds of computer languages.

Recent questions