Thread
:
listbox
View Single Post
10-11-2004, 11:10 PM
#
1
(
permalink
)
sureshkumar_kc
Registered User
Join Date: Sep 2004
Posts: 12
listbox
Hello
In C#
I am filling the items to the listbox dynamically
listBox1.Items.Insert(0,"Time");
listBox1.Items.Insert(1,"Spectra"); listBox1.Refresh();
but this items not visible in the listbox at run time.
should I need to set any property ?
sureshkumar_kc
View Public Profile
Find More Posts by sureshkumar_kc