xaml - What's the name of the horizontal menu specific to Windows 10 apps and how to implement it? -


i'm talking menu type can see next element peek out on right , u need slide screen right u can move it. exapmle: 1

you're referring panorama control there multiple sources out on net give in depth tutorials , examples of usage , tricks. can find win10 specifics starting here

one example of (taken directly docs);

<grid x:name="layoutroot">    <controls:panorama title="my application">        <!--panorama item one-->       <controls:panoramaitem header="item1">          <grid/>        </controls:panoramaitem>         <!--panorama item two-->        <controls:panoramaitem header="item2">           <grid/>        </controls:panoramaitem>     </controls:panorama> </grid> 

as richard pointed out though, question doesn't show effort made before inquiry , doesn't directly correlate specific question programming , leans more towards searching feature.

however, since it's first day on helps , in future might browse faq basic guidelines of site avoid issues moving forward. welcome , excellent resource support lot of great individuals helping each other out. hope helps, cheers.


Comments

Popular posts from this blog

java - pagination of xlsx file to XSSFworkbook using apache POI -

Unlimited choices in BASH case statement -

apache - How do I stop my index.php being run twice for every user -