Create slidable ListView in Windows 10 UWP apps like in Maps app
I'm creating UWP Application where I need to show an array of results in a sliding menu. The sliding menu is scrollable and can be slide to change it's height like the search results in Maps Application in windows 10 mobile . I can't find any tutorial to create such an experience. Thanks in advance You can use a UserControl and UIElement.RenderTransform property to do this. Here is a sample: UserControl "SlidableControl" xaml: <Grid x:Name="SlidRoot" ManipulationMode="All" HorizontalAlignment="Stretch" ManipulationStarted="SlidRoot_ManipulationStarted" Background="{ThemeResource