Is it possible for animation to show up in WPF NavigationWindow?

I have a NavigationWindow that hosts a series of pages. For design reasons Pages are fixed at 780x580, but the NavigationWindow can be customized as much as possible by leaving a lot of black background around my pages.

I would like to show a fairly simple, unobtrusive animation (just a few shortcuts of varying opacity / dimensional side-to-side streaming) that runs consistently across all pages ... the logical place would be the NavigationWindow so that without interruption when the user navigates from page to page ...

Neither Blend nor Visual Studio gives me access to the controls when I have a NavigationPage in the designer, so I guess I can't.

Does anyone have a suggestion on how to do this, or a workaround that conveys the same result to me?

+1


source to share


1 answer


I've been asking you about this lately, I'll let you know if I come up with something. Have you looked at MSDN NavigationWindow ControlTemplate Example



+2


source







All Articles