Does anyone have idea of Displaying script in ListView in Staright line on below another and not next to each other...
I mean I want this way....
a
b
c
d
and NOT This way.....
a b c d
Thanks
shash
Printable View
Does anyone have idea of Displaying script in ListView in Staright line on below another and not next to each other...
I mean I want this way....
a
b
c
d
and NOT This way.....
a b c d
Thanks
shash
change the View-property to List or Details.
Yes I have changed the propertu to List but still does not work....
Thanks
Shash
hi create List View like below
ListViewItem item2 = new ListViewItem(comboBoxWaferNo.Text );
item2.SubItems.Add("a");
item2.SubItems.Add("b");