I have an user control with table layout which holds panels in each row. Table layout is docked to the form and panels are docked within each row. Within each panel I have docked table layout with multiple rows holding docked controls. All works fine.
I want to add a panel with grid view in a row of root layout.Grid will have more columns which doesn't fit in the panel view area and requires horizontal scroll. How to enable horizontal scroll only for a particular panel in one of table layout rows?
I want to add more columns to the grid in Details panel after the highlighted columns and enable horizontal scrolling only for the Details panel.
I am using Telerik controls in my form.

AutoScroll(it's aScrollableControl, now assuming that by Panel you mean the default WinForms Panel Control and that table layout means aTableLayoutPanel- use proper names)