Reply to thread

Do you project to add this style to default Listviewstyle ?


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

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

            </Style>[/PHP]


Or it isn't a good idea


Top Bottom