[RESOLVED] Setting combobox selectedindex property is slow ??
Hello everyone.
Im currently debugging my application to found out why it's running a bit slow, when I put breakpoint where i populate one of the application combobox it's run fast but after i populate it and when I'm trying to set the its selectedindex to zero the program halt for about 2 second.. this is the line where the program get stuck for 2 seconds:
Code:
FaxSystem.cmbCompanyLocations.SelectedIndex = 0;
does anyone one has an idea of why this could happen ?
Best regards,
Moti.
Re: [RESOLVED] Setting combobox selectedindex property is slow ??
This thread is marked resolved with no posted resolution.
Is it resolved? If so, please post what you do to resolve it as it might help others with the same or similiar problem.
Thanks.