I’m using a CTabFolder to let the user edit a group of elements.
However, there is some data-dependency between some tabs (CTabItems) which requires me to re-load the content of a tab when its content is shown. (How) Is it possible to do that?
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.
You can attach a
SelectionListenerto theCTabFolderand exchange the control of yourCTabItemthere.Let’s assume you want to exchange the content of the second tab when the user selects it: