Skip to content

Instantly share code, notes, and snippets.

@almirvuk
Created October 14, 2016 18:06
ListView inside of MainPage.xaml
<ListView x:Name="navigationDrawerList"
RowHeight="60"
SeparatorVisibility="None"
BackgroundColor="#e8e8e8"
ItemSelected="OnMenuItemSelected">
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment