Hello,
My simple project has this hierarchy:
- App.xml (Application)
- MainWindow.xaml (Starting point)
- AnotherWindow.xaml (Created from MainWindow.xaml)
I tried to put the following into App.xaml.cs (OnStartup):
SfSkinManager.ApplyStylesOnApplication = true;
Although, whenever I open a new "AnotherWindow.xaml" window, the style is still the default one.