c# - Add item in separated rows in listview -


When I add a list view to my form and form load event, I write the code below, in the same line No added item different rows, how can I add them to different rows

  listView1.MultiSelect = true; ListView1.CheckBoxes = True; List View 1. item. Add ("Item 1"); List VIEW1.Items.Add ("Item 22"); ListView1.Items.Add ("Item 333");  

try it

  listView1.view = list See;  

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -