views:

33

answers:

1

Hey, I think about create ObservableCollection of controls (Label and Textbox) and add it to TabPage. If text in this textbox will change by user, text parameter in my collection will change ?

Please help :)

+2  A: 

I think you should take a look at this link where they explain very well the limitations of binding with an ObservableCollection and also give you workarounds for it.

http://stackoverflow.com/questions/1780655/observablecollectiont-in-winforms-and-possible-alternatives

Mamta Dalal