0

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 :)

abatishchev
  • 98,240
  • 88
  • 296
  • 433
netmajor
  • 6,507
  • 14
  • 68
  • 100

1 Answers1

2

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.

ObservableCollection<T> in Winforms and possible alternatives

Community
  • 1
  • 1
Mamta D
  • 6,310
  • 3
  • 27
  • 41