Is there a way to have the horizontal scroll bar while having the AutoSizeMode for the column set to fill?
I have 2 columns, and I want them to fill the width of the DataGridView. When the width of content in the rows exceed the width of the DataGridView, I want to enable the horizontal scroll bar. Not sure how to do this. With the research I have done, I found that using the "AllCell" option in the AutoSizeMode would enable the scroll bar, however, I want the rows to fill the DataGridView.

