-
I would like to make an application in a one window using XAML.
It should be like a slideshow with next and back button. One idea is to make 4 panels and have just one enable at the time. Is there any other way to do this? Like dynamic loading of other XAML? -
is it the BackgroundWorker mandatory to use with WPF (hence is DirectX rendered there’s almost no GUI lags) ?
I would like to make an application in a one window using XAML. It
Share
I found out other soulution: Tab Control
IMO better – more flexible