Hi, i'm trying to add some items into a specific ColumnHeader in ListBox1. If i have 3 columns, and i want to add the information written in Textbox1 to ColumnHeader2, how can i do it?

I add using:

Code:
ListView1.Items.Add("blah blah blah")
But that adds it into the first column... What can i do? Any ideas??