Y
YXQ
I have set the names of each column on design-time, but the code below could
not get their names, why? thank you.
////////////////////////////////////////////////////////////////////////
For Each EachColumnHeader As ColumnHeader In ListView1.Columns
MessageBox.Show(EachColumnHeader.Name)
Next
not get their names, why? thank you.
////////////////////////////////////////////////////////////////////////
For Each EachColumnHeader As ColumnHeader In ListView1.Columns
MessageBox.Show(EachColumnHeader.Name)
Next