In the image below, imagine the Menu I have implemented as a ListView. On the right hand side (the dialog which slides to the right, for the menu to show), I have a NavigationPane.
I learned how to slide pages if I have two containers in one page for example. But is it possible to create animation using the NavigationPane and ListView as I mentioned above (e.g., slide the NavigationPane to the right, so that the ListView comes out from the left)?. If yes, how? Any code samples?. I may need to do it all in C++.