HOW TO: Create a simple media list interface (1 Viewer)

Albert

MP2 Developer
  • Premium Supporter
  • February 18, 2008
    1,297
    1,130
    45
    Freiburg im Breisgau, Germany
    Home Country
    Germany Germany
    AW: HOW TO: Create a simple media list interface

    The DefaultMenuItemContainerStyle contains a Button while the normal DefaultItemContainerStyle only shows the item's contents.

    If you want a ListView which shows a menu, use the MenuListViewStyle, for example.
     

    celesta

    Portal Member
    February 7, 2011
    46
    2
    Re: AW: HOW TO: Create a simple media list interface

    Ok I understand. Now my listview is:

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

    Thanks a lot
     

    Users who are viewing this thread

    Top Bottom