I am using a DGV to display data from a table but I've been unable to figure out how to prevent the user from clicking on a cell and selecting it. I'd use DataGridView.Enabled = False if it also didn't prevent the use of the scroll bar.
I also checked out the DataGridView.SetStyle(Selectable, False) member but that is protected so I can't touch it. Does anyone have any suggestions?
I've disabled all editing abilities (adding, deleting, reordering, etc) for it. It has to be something trivial I am completely missing and I fear a serious "DOH!" moment as soon as the solution is posted.

Gr,
Mightor