How can I enable:
Scrolling or Panning << Horizontally >> with Windows Store/ Metro Style App using HTML5/JavaScript if my Canvas does not fit horizontally.
WinJS has a built in class for this, win-scrollview.
For example:
<body> <div class="win-scrollview"> <canvas id="myCanvas" height="1200" width="2000" style="background-color: #F1DCDC; "> </canvas> </div> </body>
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)