|
36 | 36 | Text="{helpers:ResourceString Name=Layout}" /> |
37 | 37 |
|
38 | 38 | <!-- Folder Overrides --> |
39 | | - <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=SyncFolderPreferencesAcrossDirectories}"> |
| 39 | + <wctcontrols:SettingsCard AutomationProperties.Name="SyncFolderOverridesSection" Header="{helpers:ResourceString Name=SyncFolderPreferencesAcrossDirectories}"> |
40 | 40 | <wctcontrols:SettingsCard.HeaderIcon> |
41 | 41 | <FontIcon Glyph="" /> |
42 | 42 | </wctcontrols:SettingsCard.HeaderIcon> |
|
48 | 48 | </wctcontrols:SettingsCard> |
49 | 49 |
|
50 | 50 | <!-- Layout Type --> |
51 | | - <wctcontrols:SettingsCard Header="{helpers:ResourceString Name=LayoutType}"> |
| 51 | + <wctcontrols:SettingsCard AutomationProperties.Name="LayoutTypeSection" Header="{helpers:ResourceString Name=LayoutType}"> |
52 | 52 | <wctcontrols:SettingsCard.HeaderIcon> |
53 | 53 | <FontIcon Glyph="" /> |
54 | 54 | </wctcontrols:SettingsCard.HeaderIcon> |
|
71 | 71 | Text="{helpers:ResourceString Name=SortingAndGrouping}" /> |
72 | 72 |
|
73 | 73 | <!-- Default sorting options --> |
74 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=SortBy}"> |
| 74 | + <wctcontrols:SettingsExpander AutomationProperties.Name="DefaultSortingSection" Header="{helpers:ResourceString Name=SortBy}"> |
75 | 75 | <wctcontrols:SettingsExpander.HeaderIcon> |
76 | 76 | <FontIcon Glyph="" /> |
77 | 77 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
102 | 102 | </wctcontrols:SettingsExpander> |
103 | 103 |
|
104 | 104 | <!-- Default grouping options --> |
105 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=GroupBy}"> |
| 105 | + <wctcontrols:SettingsExpander AutomationProperties.Name="DefaultGroupingSection" Header="{helpers:ResourceString Name=GroupBy}"> |
106 | 106 | <wctcontrols:SettingsExpander.HeaderIcon> |
107 | 107 | <FontIcon Glyph="" /> |
108 | 108 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
147 | 147 | Text="{helpers:ResourceString Name=DetailsView}" /> |
148 | 148 |
|
149 | 149 | <!-- Columns --> |
150 | | - <wctcontrols:SettingsExpander Header="{helpers:ResourceString Name=Columns}"> |
| 150 | + <wctcontrols:SettingsExpander AutomationProperties.Name="DefaultColumnsSection" Header="{helpers:ResourceString Name=Columns}"> |
151 | 151 | <wctcontrols:SettingsExpander.HeaderIcon> |
152 | 152 | <FontIcon Glyph="" /> |
153 | 153 | </wctcontrols:SettingsExpander.HeaderIcon> |
|
0 commit comments