Questions tagged [template10]

Template 10 is a set of Visual Studio project templates intended for Windows 10 UWP XAML apps written in C#.

Template 10 is a set of Visual Studio project templates. They are intended to boost developer productivity by getting ~80% of the boilerplate stuff delivered in the template - things like navigation, suspension, and even a Hamburger control.

Template 10 is intended for Windows apps written in C#. You can install Template 10 by searching for "Template 10" in the Visual Studio 2015 Extension Manager. Once installed, Template 10 templates will show up in the New Project dialog.

More info can be found at the official GitHub repository.

297 questions
2
votes
1 answer

UWP Template10 Hide hamburger button when menu is open

I want to hide hamburger menu button automatically in order to display menu from the top to the bottom of the page. For this purpose I tried to bind HamburgerButtonVisibility to IsPaneOpen property:
Sergey Mozhaykin
  • 192
  • 1
  • 10
2
votes
2 answers

Special characters (like Ü,Ä,Ö) are not correctly displayed at runtime in case of using Template10

Have an issue by using the Template10 for UWP apps. If i want to display special characters at design time everything seems to be ok. At runtime special characters would not be displayed correctly as you can see in screenshots.