|
-
Jun 8th, 2008, 09:29 AM
#1
Thread Starter
Junior Member
resize datagridview first column
Hello, there are any option to resize the first column of a datagridview? The column that contains * or eliminate it? Thank you
-
Jun 8th, 2008, 09:45 AM
#2
Re: resize datagridview first column
Set the RowHeadersVisible property of DataGridView to False.
-
Jun 8th, 2008, 10:00 AM
#3
Thread Starter
Junior Member
Re: resize datagridview first column
 Originally Posted by Deepak Sakpal
Set the RowHeadersVisible property of DataGridView to False.
Perfect! Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|