horizontally scrolling panel
I have a panel on my winform that is one third of the form size.
I need to insert 4 datagidviews side by side into the panel
The user should be able to scroll horizontally to view each DGV.
Please try this to see my problem.
I can position the DGVs side by side within the panel but it does not scroll the whole horiz way to see all the DGVS.
Please can someone show me what is the best way to do this ?
Re: horizontally scrolling panel
Set the Panel's AutoScroll property to true