Scroll problem when Cell width is bigger than grid width
Brought to you by:
davideicardi
A cell of a row contains a very long string, I called grid.AutoSizeCells() to resize the cell width to fit the content, the cell width is then bigger than the grid width. When I tried to scroll the grid to view the contents of the cell, I can only see partial of its content. A click on the hscrollbar will bring me the next column instead of the remains of the wide cell.