I'm a quite new in WPF...
My application reads data from an external device.
When data is ready I have to add a TabItem to a TabControl and, inside it, create a control which reads its xaml file at runtime (because I have a different layout for each customer).
Which is the best approach to do it?
Regards,
Daniele.