Sorry, I do not know MS Blend
But in the visual studio, please follow the instructions below:
- right click on your grid.
- go to edit additional template
- Click "Edit Created Item Container (ItemContainerStyle)"> "Edit Copy ..."
go to the XAML code and remove the contents of the PointerOver from your code. The code should look like this:
//some code here <VisualStateGroup x:Name="CommonStates"> <VisualState x:Name="Normal"/> <VisualState x:Name="PointerOverPressed"/> <VisualState x:Name="Disabled"> //continue
Mahdi source share