Here is the flyout documentation:
http://msdn.microsoft.com/en-US/library/windows/apps/hh465354
Modify the body and give it an id 'contentBody'.
When you show the flyout align it left to the body like this:
// Command and Flyout functions.
function showConfirmFlyout() {
showFlyout(confirmFlyout, contentBody, "left");
}
Then wire up the swipe gestures to this flyout and close it when appropriate ala this sample:
http://code.msdn.microsoft.com/windowsapps/Input-Windows-8-gestures-e0bb367d
Jeff Sanders (MSFT)
@jsandersrocks - Windows Store Developer Solutions
@WSDevSol
Getting Started With Windows Azure Mobile Services development?
Click here
Getting Started With Windows Phone or Store app development?
Click here
My Team Blog: Windows Store & Phone Developer Solutions
My Blog: Http Client Protocol Issues (and other fun stuff I support)