[Peek]Add Drive Previewer (#31476)

* Add drives previewer to Peek

* minor fixes

* fix spellcheck
This commit is contained in:
Davide Giacometti
2024-02-20 14:56:44 +01:00
committed by GitHub
parent 92c85630a9
commit 7c91dada64
12 changed files with 430 additions and 3 deletions

View File

@@ -70,6 +70,11 @@
Source="{x:Bind ArchivePreviewer.Tree, Mode=OneWay}"
Visibility="{x:Bind IsPreviewVisible(ArchivePreviewer, Previewer.State), Mode=OneWay}" />
<controls:DriveControl
x:Name="DrivePreview"
Source="{x:Bind DrivePreviewer.Preview, Mode=OneWay}"
Visibility="{x:Bind IsPreviewVisible(DrivePreviewer, Previewer.State), Mode=OneWay}" />
<controls:UnsupportedFilePreview
x:Name="UnsupportedFilePreview"
LoadingState="{x:Bind UnsupportedFilePreviewer.State, Mode=OneWay}"