Best aproach for multi-page WPF application
Posted
by 0xDEAD BEEF
on Stack Overflow
See other posts from Stack Overflow
or by 0xDEAD BEEF
Published on 2010-03-28T09:06:58Z
Indexed on
2010/03/28
9:13 UTC
Read the original article
Hit count: 769
How do i create multislide application in WPF? What is beast approach? What i need is something very similar to having tabcontrol with multiple pages and navigation buttons bellow, but i dont think that tab control is best for this task. I would like to have each view to be in seperate .xaml + class file. AND- it would be cool to have some animiation, when navigating to another page (like old page slides away or something like that. What would be best technique to achieve this?
© Stack Overflow or respective owner