Reply to thread

Re: AW: HOW TO: Create a simple media list interface


I don't know why it doesn't work for me but if I didn't add what for my Listview I never can navigate into my listview.


        <Grid.Resources>

      <Style x:Key="ListViewStyle" BasedOn="{ThemeResource DefaultListViewStyle}">

        <Setter Property="ItemContainerStyle" Value="{ThemeResource DefaultMenuItemContainerStyle}"/>

      </Style>

    </Grid.Resources>


...


<ListView Grid.Row="1" Grid.Column="1" Margin="0,20,20,20" Style="{ThemeResource ListViewStyle}" >


Top Bottom