Behavior: Non-Visible TabItems in a TabControl Are Not In The Visual Tree
The TabControl in Silverlight has some interesting behaviors. One of those behaviors is that since Silverlight does not have a Logical Tree and only has a Visual Tree, controls that are inside a tab that is not visible will not appear in the visual tree. If this sounds foreign to you, don’t worry. To see…