I have created a new WPF Application using Visual Studio 2010 so I have a default MainWindow.xaml
, I have created a folder 'Views' which holds a couple of xaml pages that are different views for my app.
What I want to do is to have these views in the MainWindow.xaml and transition between them at certain time intervals. Could anyone give me an idea on how to achieve this?
Thanks!