remove the datagridview "pointer"
-
Hello, i'd like to remove the pointer of the datagridview, i don't know exactly the name of that. look the picture: http://img105.imageshack.us/my.php?image=pointerua1.jpg thank you !!
-
Hello, i'd like to remove the pointer of the datagridview, i don't know exactly the name of that. look the picture: http://img105.imageshack.us/my.php?image=pointerua1.jpg thank you !!
Don't keep reposting the same question.
only two letters away from being an asset
-
Don't keep reposting the same question.
only two letters away from being an asset
the other post was deleted
-
Hello, i'd like to remove the pointer of the datagridview, i don't know exactly the name of that. look the picture: http://img105.imageshack.us/my.php?image=pointerua1.jpg thank you !!
FernandoMartin wrote:
i'd like to remove the pointer of the datagridview, i don't know exactly the name of that.
Set the
RowHeadersVisible
property of the DataGridView toFalse
-
FernandoMartin wrote:
i'd like to remove the pointer of the datagridview, i don't know exactly the name of that.
Set the
RowHeadersVisible
property of the DataGridView toFalse
oh, thanks a lot man