Unluckily there is no standard control to zoom, drag and scroll your content. My implementation is based on following tutorial. With this implementation you are able to zoom, drag and scroll arbitrary controls. Showcase ScrollDragZoomControl.xaml ScrollDragZoomControl.xaml.cs Usage Add the “ScrollDragZoomControl” to your project and use it as follows:
Tag: XAML
Windows Phone 8.1/10/UWP Sidemenu without Splitview
How hard can it be to create a simple sidemenu which is supported on WinRT, Silverlight and UWP apps? Following article is based on a custom self implemented side menu, which is just a prove of concept with lirerly no optimizations and beautiful coding. The following screen recordings access the same code base, just with different XAMLs for the …