Skip to content

Commit b605a63

Browse files
Merge pull request #3679 from MicrosoftDocs/main638253823812657792sync_temp
For protected CLA branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents adec214 + 1d4626d commit b605a63

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

uwp/debug-test-perf/optimize-gridview-and-listview.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ The default control templates for [**ListViewItem**](/uwp/api/windows.ui.xaml.co
4444
```xml
4545
...
4646
<ListView>
47-
...
48-
<ListView.ItemContainerStyle>
49-
<Style TargetType="ListViewItem">
50-
<Setter Property="Template">
51-
<Setter.Value>
52-
<ControlTemplate TargetType="ListViewItem">
53-
<ListViewItemPresenter SelectionCheckMarkVisualEnabled="False" SelectedBackground="Orange"/>
54-
</ControlTemplate>
55-
</Setter.Value>
56-
</Setter>
57-
</Style>
58-
</ListView.ItemContainerStyle>
47+
...
48+
<ListView.ItemContainerStyle>
49+
<Style TargetType="ListViewItem">
50+
<Setter Property="Template">
51+
<Setter.Value>
52+
<ControlTemplate TargetType="ListViewItem">
53+
<ListViewItemPresenter SelectionCheckMarkVisualEnabled="False" SelectedBackground="Orange"/>
54+
</ControlTemplate>
55+
</Setter.Value>
56+
</Setter>
57+
</Style>
58+
</ListView.ItemContainerStyle>
5959
</ListView>
6060
<!-- ... -->
6161
```

0 commit comments

Comments
 (0)