[RESOLVED] DataGridView and scrollbars
I want to control when DGV scrollbars will show themselves. I do not want to have a horizontal scroll bar at all and I want the vertical scrollbar to show all the time the form is displaying the DGV.
Currently, I keep the horizontal scrollbar from showing by setting the column width properties of the displayed columns, and a panel surrounding the DGV using the height settings.
I have been attempting to do this using the scrollbars property for the dgv, without success.
Can I even control this using the scrollbar property?
Re: DataGridView and scrollbars
Thanks. That was what I needed to know. I have been trying to figure that out for awhile.