I am working on a module in windows store application, where I am using listview control to show items in the list, whenever an item is selected, it gets highlighted with purple color and a tick bar appears ahead of it. I want that only item should be highlighted, tick bar should not come. How can I achieve this.
Can anyone help me.
Thanks
I am working on a module in windows store application, where I am using
Share
In visual studio please right click on the listview
Selected)UPDATE
Adding following code under your first tag in the page (
<common:LayoutAwarePageorPage) and edit<VisualState x:Name="Selected">then edit ListView tag in the body of ur page ( please pay attention to
ItemContainerStyleattribute)