I do not know what this term in the computer. but I try to send pictures, might be able to know what I mean.
I want to eliminate the columns that I marked in the picture.
how? what can be set for width 0 ?
thank you
Printable View
I do not know what this term in the computer. but I try to send pictures, might be able to know what I mean.
I want to eliminate the columns that I marked in the picture.
how? what can be set for width 0 ?
thank you
column what you are pointing in the above picture is the row header.
you can hide it in the properties window or by code
vb Code:
Private Sub Splitter_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Me.DataGridView1.RowHeadersVisible = False End Sub
or else set the rowheaders visible property in the datagrid view property box to False
thank you :)
Korak i think u can mark it Resolved now............