Search code examples
xamllistviewwindows-8windows-runtimewinrt-xaml

How to disable ListView's Hover and Tile effects?


I want to disable Tile effect that is some kind of pushed effect and hover background color effect of ListView control, how can i do that?

Thanks


Solution

  • Look at this question: Disable cross-slide selection for a listview

    You can also make changes to the template to remove any visual states and adornments - go to the designer and right click your ListView/Edit Additional Templates/Edit Generated Item Container (ItemContainerStyle)/Edit a Copy... - that will extract the template you can modify using your preferred method.