Thread: listbox
View Single Post
Old 10-11-2004, 11:10 PM   #1 (permalink)
sureshkumar_kc
Registered User
 
sureshkumar_kc's Avatar
 
Join Date: Sep 2004
Posts: 12
sureshkumar_kc is on a distinguished road
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 is offline   Reply With Quote