Hi All,
Is there a way we could make the TableLayoutPanel behave similar to an excel sheet, where we have a list of controls added (vertically), and it should also be possible to add control between rows i.e. insert a new row between two rows and push all controls (or rows) under it to move down?
I'm try to have this done dynamically, where the user would select some option from a listbox and based on that value some controls would be created below it....
Thanks,