My code adds the both values in first column.
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
ListView1.Items.Add("t")
ListView1.Items.Add("m")
End Sub
Here is a printscreen:

So I want 1 value in column 1(Meciuri) and 1 value in column2 (Rezultat).

New Topic/Question
Reply




MultiQuote




|