|
|
Hi,
I'm trying to build a touch application in WPF which operates in a similar way to iphone/android style apps i.e. pages transition left and right as you move through the application based on user selections etc.
I suspect I could do this using the View Discovery Navigation within Prism, however rather than simply switching views how can I achieve the page-sliding style transitions?
Thanks,
Andy
|
|
Developer
Apr 27, 2012 at 7:11 PM
|
Hi,
I believe you might find the AnimatedTabControl in the
StockTrader Reference Implementation useful as an example to achieve this kind of scenarios. Also, you could find more information about this in the following thread:
I hope you find this handy,
Agustin Adami
http://blogs.southworks.net/aadami
|
|
|
|
Thanks Agustin. It looks like just what I need with a bit of modification.
Cheers,
|
|