This question has already been answered:

How to make a similar table in Visual Studio? I understand that this is a DataGridView, or am I mistaken? I would be very grateful if someone would help with the code or indicate where to read or watch.

alt text

Reported as a duplicate by the participants of Vadim Ovchinnikov , Viktor Tomilov , 0xdb , AK , ߊߚߤߘ 25 Feb '18 at 9:57 .

A similar question was asked earlier and an answer has already been received. If the answers provided are not exhaustive, please ask a new question .

  • one
    what language? what framework? - DreamChild
  • The C # language, about the framework did not understand. - manticore
  • framework - WPF, WinForms, ASP.NET, ASP.NET MVC or something else? - DreamChild
  • one
    @manticore: Drawing graphics is not part of the C # language. Commonly used frameworks that draw “for you”, and at the same time help your program maintain an event-oriented paradigm. Different frameworks have different features. Popular frameworks are, for example, WPF, WinForms, ASP.NET, Silverlight. - VladD
  • And now I understand. WinForms. - manticore

1 answer 1

You will now begin to advise various frameworks such as QT, WxWidgets, etc. and they will be right, as they are advanced and greatly facilitate programming. But the "native" solution in visual studio is WinForms. Here, apparently, what you wanted to see:

what you wanted to see

This is a project created on Windows Forms and a DataGridView component. Immediately add, if you switched from Delphi, then WinForms is its poor counterpart. Better learn QT, this is the most popular framework, and it will help you a lot in the future.

  • one
    +1, but I would recommend WPF as the next step after WinForms. - VladD