I have a TabPanel and in each Tab is one XControl. This XControl has elements that aggregate data and some that only display the latest. What I would like to do is, disable all elements that do not aggregate data when the XControl is not visible. The question now is: How do I know what XControl is visible?
I could listen on the tabs on change event and write it into all xcontrols. But is there an easier way?