Caliburn-Micro / Caliburn.Micro

A small, yet powerful framework, designed for building applications across all XAML platforms. Its strong support for MV* patterns will enable you to build your solution quickly, without the need to sacrifice code quality or testability.
http://caliburnmicro.com/
MIT License
2.79k stars 775 forks source link

use Tabcontrol has Exception #870

Open Princebin opened 10 months ago

Princebin commented 10 months ago

The calling thread cannot access this object because another thread owns the object. ShellView add <TabControl Width="300"> <TabItem Header="TAB 1"> <TextBlock Margin="8" Text="SecondaryLight Tab 1" /> <TabItem Header="TAB 2"> <TextBlock Margin="8" Text="SecondaryLight Tab 2" />