.net - VB.NET datagridview, I want the user only to be able to select rows and not individual cells -


i want user able select rows , not individual cells in vb.net datagridview.

is there way make happen? don't see option datagridview object control via properties.

you're looking datagridview.selectionmode property.

you want fullrowselect.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

c# - SharpSVN - How to get the previous revision? -

php cli reading files and how to fix it? -