|
196 | 196 | Canvas.ZIndex="0"
|
197 | 197 | EmptyTextType="{x:Bind ParentShellPageInstance.FilesystemViewModel.EmptyTextType, Mode=OneWay}" />
|
198 | 198 |
|
| 199 | + <StackPanel |
| 200 | + x:Name="SearchUnindexedItemsPanel" |
| 201 | + HorizontalAlignment="Center" |
| 202 | + VerticalAlignment="Bottom" |
| 203 | + x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}" |
| 204 | + Orientation="Vertical"> |
| 205 | + <TextBlock Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" /> |
| 206 | + <HyperlinkButton |
| 207 | + x:Name="SearchUnindexedItemsButton" |
| 208 | + HorizontalAlignment="Center" |
| 209 | + Command="{x:Bind CommandsViewModel.SearchUnindexedItems}" |
| 210 | + Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" /> |
| 211 | + </StackPanel> |
| 212 | + |
199 | 213 | <TeachingTip
|
200 | 214 | x:Name="FileNameTeachingTip"
|
201 | 215 | CloseButtonContent="{helpers:ResourceString Name=FileNameTeachingTip/CloseButtonContent}"
|
|
877 | 891 | <ItemsStackPanel AreStickyGroupHeadersEnabled="False" Orientation="Vertical" />
|
878 | 892 | </ItemsPanelTemplate>
|
879 | 893 | </ListView.ItemsPanel>
|
880 |
| - <ListView.Footer> |
881 |
| - <StackPanel |
882 |
| - x:Name="SearchUnindexedItemsPanel" |
883 |
| - HorizontalAlignment="Stretch" |
884 |
| - x:Load="{x:Bind InstanceViewModel.ShowSearchUnindexedItemsMessage, Mode=OneWay}" |
885 |
| - Orientation="Vertical"> |
886 |
| - <TextBlock HorizontalTextAlignment="Center" Text="{helpers:ResourceString Name=SearchUnindexedItemsLabel/Text}" /> |
887 |
| - <HyperlinkButton |
888 |
| - x:Name="SearchUnindexedItemsButton" |
889 |
| - HorizontalAlignment="Center" |
890 |
| - Command="{x:Bind CommandsViewModel.SearchUnindexedItems}" |
891 |
| - Content="{helpers:ResourceString Name=SearchUnindexedItemsButton/Content}" /> |
892 |
| - </StackPanel> |
893 |
| - </ListView.Footer> |
894 | 894 | </ListView>
|
895 | 895 | </SemanticZoom.ZoomedInView>
|
896 | 896 |
|
|
0 commit comments