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 🙂
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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