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开发者_JS百科 bottom. For the task I have at hand, it would be convenient if this row showed up at the top.
Is this possible?
I just found it, it can be done by doing an insert instead of an add.
精彩评论