Enable horizontal scroll for a row in winforms table layout

53 Views Asked by At

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?

EDIT: enter image description here

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.

0

There are 0 best solutions below