|
182 | 182 | Canvas.ZIndex="0"
|
183 | 183 | EmptyTextType="{x:Bind ParentShellPageInstance.FilesystemViewModel.EmptyTextType, Mode=OneWay}" />
|
184 | 184 |
|
185 |
| - <!-- Search Unindexed Items --> |
186 |
| - <StackPanel |
187 |
| - x:Name="SearchUnindexedItemsPanel" |
188 |
| - HorizontalAlignment="Center" |
189 |
| - VerticalAlignment="Bottom" |
190 |
| - x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}" |
191 |
| - Orientation="Vertical"> |
192 |
| - <TextBlock Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" /> |
193 |
| - <HyperlinkButton |
194 |
| - x:Name="SearchUnindexedItemsButton" |
195 |
| - HorizontalAlignment="Center" |
196 |
| - Command="{x:Bind CommandsViewModel.SearchUnindexedItems}" |
197 |
| - Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" /> |
198 |
| - </StackPanel> |
199 |
| - |
200 | 185 | <!-- Invalid Item Name Tip -->
|
201 | 186 | <TeachingTip
|
202 | 187 | x:Name="FileNameTeachingTip"
|
|
1044 | 1029 |
|
1045 | 1030 | </SemanticZoom>
|
1046 | 1031 |
|
| 1032 | + <!-- Search Unindexed Items --> |
| 1033 | + <StackPanel |
| 1034 | + x:Name="SearchUnindexedItemsPanel" |
| 1035 | + HorizontalAlignment="Center" |
| 1036 | + VerticalAlignment="Bottom" |
| 1037 | + x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}" |
| 1038 | + Orientation="Vertical"> |
| 1039 | + <TextBlock Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" /> |
| 1040 | + <HyperlinkButton |
| 1041 | + x:Name="SearchUnindexedItemsButton" |
| 1042 | + HorizontalAlignment="Center" |
| 1043 | + Command="{x:Bind CommandsViewModel.SearchUnindexedItems}" |
| 1044 | + Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" /> |
| 1045 | + </StackPanel> |
| 1046 | + |
1047 | 1047 | <!-- Selector -->
|
1048 | 1048 | <Canvas HorizontalAlignment="Stretch" VerticalAlignment="Stretch">
|
1049 | 1049 | <Rectangle
|
|
0 commit comments