Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# datagridview hide row selector

//Set the RowHeadersVisible to False in the GridView (it's a property)
//Or By Code:
DatagridView.RowHeadersVisible = false;
 
PREVIOUS NEXT
Tagged: #datagridview #hide #row #selector
ADD COMMENT
Topic
Name
8+1 =