locked
Changing Section > item (hover) color in Store App C# RRS feed

Answers

  • Hi,

    In your App.xml you can overrid the Dark Theme and change the ListViewItemPointerOverBackgroundThemeBrush value:

    <Application.Resources>
            <ResourceDictionary>
                <ResourceDictionary.ThemeDictionaries>
                    <ResourceDictionary x:Key="Default">
                        <SolidColorBrush x:Key="ListViewItemPointerOverBackgroundThemeBrush" Color="Red" />
    
                    </ResourceDictionary>
    
                </ResourceDictionary.ThemeDictionaries>
            </ResourceDictionary>
        </Application.Resources>

    Best Wishes!


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

    • Marked as answer by TAHA TANWEER Friday, February 13, 2015 7:24 PM
    Friday, February 13, 2015 4:50 AM

All replies

  • Hello,

    Since this is a store app issue and the original forum is for windows form applicaiton issues, I have helped you move this thread to the following forum to get help. 

    Windows and Windows phone apps>Building Windows Store apps with C# or VB

    Regards,

    Carl

     

    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click HERE to participate the survey.


    Friday, February 13, 2015 2:08 AM
  • Hi,

    In your App.xml you can overrid the Dark Theme and change the ListViewItemPointerOverBackgroundThemeBrush value:

    <Application.Resources>
            <ResourceDictionary>
                <ResourceDictionary.ThemeDictionaries>
                    <ResourceDictionary x:Key="Default">
                        <SolidColorBrush x:Key="ListViewItemPointerOverBackgroundThemeBrush" Color="Red" />
    
                    </ResourceDictionary>
    
                </ResourceDictionary.ThemeDictionaries>
            </ResourceDictionary>
        </Application.Resources>

    Best Wishes!


    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place. <br/> Click <a href="http://support.microsoft.com/common/survey.aspx?showpage=1&scid=sw%3Ben%3B3559&theme=tech"> HERE</a> to participate the survey.

    • Marked as answer by TAHA TANWEER Friday, February 13, 2015 7:24 PM
    Friday, February 13, 2015 4:50 AM