Click to See Complete Forum and Search --> : ListView
shash
August 26th, 2004, 08:32 AM
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
torrud
August 26th, 2004, 10:06 AM
change the View-property to List or Details.
shash
August 26th, 2004, 12:12 PM
Yes I have changed the propertu to List but still does not work....
Thanks
Shash
maddipatla
August 27th, 2004, 01:09 AM
hi create List View like below
ListViewItem item2 = new ListViewItem(comboBoxWaferNo.Text );
item2.SubItems.Add("a");
item2.SubItems.Add("b");
codeguru.com
Copyright Internet.com Inc., All Rights Reserved.