given a table layout panel with 2 columns and many rows, how can i attatch a scroll bar to it as sometimes it grows much greater than the size of the form .
.Net Framework WinForms TableLayoutPanel has a lot of bugs with AutoScroll.
It's better to avoid use this property. There is better solution.
I hope they will be fixed in .Net Core WinForms version.