WPF/C# newbie here...
I have a WPF app with several pages. I've created a toolbar with a custom logo on it and a few icons. Each time I add a new page to the app, I have to manually copy/paste the code for the toolbar into each new page's XAML file. Is there a way that I can define the toolbar in App.xaml and make it be an inherent part of each new page I create?
I have a WPF app with several pages. I've created a toolbar with a custom logo on it and a few icons. Each time I add a new page to the app, I have to manually copy/paste the code for the toolbar into each new page's XAML file. Is there a way that I can define the toolbar in App.xaml and make it be an inherent part of each new page I create?