I have a HierarchyChildTemplate which contains a TabControl. The model driving content for to the HierachyChildTemplate has collections to drive the content in each TabControl. The issue is when there is a change to a collection driving one of the tabs the tab fires the SelectionChanged event. One of these tab items holds the the FlowDocumentReader control so the SelectionChanged cannot be bubbled up and caught by the TabControl. The update to the data is reflected correctly by the way.
I replaced the Microsoft TabControl with the RadTabControl in hopes that your control will have special handling for this, like the additional support you provide with the IsContentPreserved property. However, I see no default handling for this and find nothing within the RadTabControl I can use to deal with this.
How can I keep the tab fro changing to index 0 every time there is a change?
Thanks
Paul
I replaced the Microsoft TabControl with the RadTabControl in hopes that your control will have special handling for this, like the additional support you provide with the IsContentPreserved property. However, I see no default handling for this and find nothing within the RadTabControl I can use to deal with this.
How can I keep the tab fro changing to index 0 every time there is a change?
Thanks
Paul