Normal
I have tried today with the new source code.The list view appear properly, but a cannot navigate (press keyboard down does anything).I just create this: [CODE]<ListView Grid.Row="1" Grid.Column="1" Margin="0,20,20,20" > <ListViewItem> <WrapPanel> <Image Margin="0,0,14,0" Source="viewed.png" /> <Image VerticalAlignment="Bottom" Margin="0,0,14,0" Source="divx.png" /> <Label Content="Choix 1"/> </WrapPanel></ListViewItem> <ListViewItem> <WrapPanel> <Image Width="30" Margin="0,0,14,0" Source="inprogress.png" /> <Image VerticalAlignment="Bottom" Margin="0,0,14,0" Source="dvd.png" /> <Label Content="Choix 1"/> </WrapPanel></ListViewItem> </ListView>[/CODE]
I have tried today with the new source code.
The list view appear properly, but a cannot navigate (press keyboard down does anything).
I just create this:
[CODE]<ListView Grid.Row="1" Grid.Column="1" Margin="0,20,20,20" >
<ListViewItem> <WrapPanel>
<Image Margin="0,0,14,0" Source="viewed.png" />
<Image VerticalAlignment="Bottom" Margin="0,0,14,0" Source="divx.png" />
<Label Content="Choix 1"/>
</WrapPanel></ListViewItem>
<Image Width="30" Margin="0,0,14,0" Source="inprogress.png" />
<Image VerticalAlignment="Bottom" Margin="0,0,14,0" Source="dvd.png" />
</ListView>[/CODE]