|
Is it possible to include XAML files into another XAML file? Hi, Is it possible to include a XAML file into another XAML file?
For example If i have
- Window1.xaml
- Window2.xaml
and both have a treeview with a custom Style, can i describe the style
in a trvStyle.xaml and then include it in both windows?
Thanks in advance |