Shamim Hafiz - MSFT
Shamim Hafiz - MSFT

Reputation: 22094

C# how to add Rows above in Table Panel

I am working on arranging the elements of a Form by placing them inside a tablelayoutpanel. Whenever I do an Add row, it goes to the bottom. For the task I have at hand, it would be convenient if this row showed up at the top.

Is this possible?

Upvotes: 0

Views: 647

Answers (1)

Shamim Hafiz - MSFT
Shamim Hafiz - MSFT

Reputation: 22094

I just found it, it can be done by doing an insert instead of an add.

Upvotes: 3

Related Questions