|
-
August 26th, 2004, 08:32 AM
#1
ListView
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
-
August 26th, 2004, 10:06 AM
#2
Re: ListView
change the View-property to List or Details.
-
August 26th, 2004, 12:12 PM
#3
Re: ListView
Yes I have changed the propertu to List but still does not work....
Thanks
Shash
-
August 27th, 2004, 01:09 AM
#4
Re: ListView
hi create List View like below
ListViewItem item2 = new ListViewItem(comboBoxWaferNo.Text );
item2.SubItems.Add("a");
item2.SubItems.Add("b");
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|