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.
Just set DisplayMode property to "Overlay".
DisplayMode="Overlay"