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