I have 3 questions:
Is it possible to create a table in WinForms other than DataGridView (in another way, because there is no possibility to set the number of rows)?
Suppose, for example, I added a DataGridView1 to a form. How can you use the button in the program itself to add several more of the same tables with the same properties?
Suppose I entered some numbers in several tables. How to make the same numbers in different tables stand out in a different color, or stand out the table cells that contain similar numbers?