问题
I am using winforms with C# and looking at the TableLayoutPanel
Is it possible to have a scroll bar on a large table, but not to have the top row scroll? It would be similar to how the "freeze panes" option works in Excel.
I only want to freeze the top row and nothing else. Also, my table is large enough that I will have a horizontal scroll bar as well. So when I scroll horizontally, I need both the top row and the rest of the rows to move at the same time and the same rate.
来源:https://stackoverflow.com/questions/32380538/c-sharp-tablelayoutpanel-scroll-everything-except-top-row