listbox filling data bound causes selected item to trigger how to stop?

  • Thread starter Thread starter Brian Henry
  • Start date Start date
B

Brian Henry

I thought i saw once something that would cause the selected item changed
event from being fired when you set the data source for a list box and it is
filled with the data... right now i get exceptions because of it so i set a
boolean flag temporarly to check for it filling but isnt there a property or
a method you can use to tell it not to fire this event? thanks
 
Probably not Brian,

It is a very well knowed problem.
You can try the selected index committed, but that has also (but other)
problems so I keep it with that flag.

Cor
 
Back
Top