I have a DGV that has two columns where one of the columns is read only. The other column the user can makes edits in.
I have it coded with a predetermined number of rows(8). I have set the property "Enable Adding" of new rows to false. Setting this property to False makes the last row not visible.
All is good. Or is it? Meaning, if I arrow down through the rows, once my cursor reaches the last row of the DGV, a new "row" is added to the DGV. I want to prevent this occurrence.
Setting "Enable Adding" does not completely disable adding of new rows (?).

Enable Addingplease use the exact property name so we all know we are talking about the same thing. Did you meanAllowUserToAddRows- Matt WilkoAllowUserToAddRows. If that is off, the blank new row is not at the bottom. If it is adding one when you scroll, you may have code adding one. An minimal reproducible example snippet would help - Ňɏssa Pøngjǣrdenlarp