I am currently developing an application in C # using Windows Forms.
I am using a TableLayoutPanel with two columns. How to add a new row to a table. I tried to do a google search, but the only problem is that I only find adding a new line style that doesn't seem right to me.
thanks for the help
source
share