R
Rick
VS.net 2005
I'm using a bindinglist(of T) to bind to various controls on a WinForm. I
use the name/value pairs in the "type" for the displayMember and ValueMember
of say a ComboBox control.
For example I might load the TermsNumber and TermsDescription from a
database into the binding list and then use the combobox to feed into a
customer setup form for default terms and for a order setup form for the
individual order terms.
I haven't checked this when the binding list is bound to two different forms
in the same project, however when they I have two comboboxes bound to the
same bindinglist on the same form they always resynch when one is changed.
I want them to act independently. Is this possible? I set the
RaiseLastChangeEvent = False, but this has no effect.
I realize I can create two bindinglists and use them separately, but this
seems like a waste of memory if I could decouple the bindinglist synch.
Any suggestions?
Rick
I'm using a bindinglist(of T) to bind to various controls on a WinForm. I
use the name/value pairs in the "type" for the displayMember and ValueMember
of say a ComboBox control.
For example I might load the TermsNumber and TermsDescription from a
database into the binding list and then use the combobox to feed into a
customer setup form for default terms and for a order setup form for the
individual order terms.
I haven't checked this when the binding list is bound to two different forms
in the same project, however when they I have two comboboxes bound to the
same bindinglist on the same form they always resynch when one is changed.
I want them to act independently. Is this possible? I set the
RaiseLastChangeEvent = False, but this has no effect.
I realize I can create two bindinglists and use them separately, but this
seems like a waste of memory if I could decouple the bindinglist synch.
Any suggestions?
Rick