WPF application in a one window

Posted by lukas on Stack Overflow See other posts from Stack Overflow or by lukas
Published on 2010-05-28T22:04:19Z Indexed on 2010/05/28 22:12 UTC
Read the original article Hit count: 189

Filed under:
|
|
|
|
  1. 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?

  2. is it the BackgroundWorker mandatory to use with WPF (hence is DirectX rendered there's almost no GUI lags) ?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf