Search code examples
c#win-universal-appwindows-10windows-10-mobile

How to place SplitView in the header of a phone in UWP?


I am using SplitView in a desktop app. It works fine. Now, I want to use it in a phone with Windows 10. I want to avoid the permanent vertical panel because of the small screen of a phone. I would like to hide the this bar, like for example Calendar App of Windows Mobile 10 does.Is it possible? I cannot find the property.


Solution

  • Just set DisplayMode property to "Overlay".

    DisplayMode="Overlay"