mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 20:27:36 +02:00
add scrollviewer (#21310)
This commit is contained in:
@@ -313,6 +313,7 @@
|
|||||||
<ContentDialog.DataContext>
|
<ContentDialog.DataContext>
|
||||||
<models:Entry />
|
<models:Entry />
|
||||||
</ContentDialog.DataContext>
|
</ContentDialog.DataContext>
|
||||||
|
<ScrollViewer HorizontalScrollMode="Auto" HorizontalScrollBarVisibility="Auto">
|
||||||
<StackPanel
|
<StackPanel
|
||||||
MinWidth="480"
|
MinWidth="480"
|
||||||
Margin="0,12,0,0"
|
Margin="0,12,0,0"
|
||||||
@@ -336,6 +337,7 @@
|
|||||||
OffContent=""
|
OffContent=""
|
||||||
OnContent="" />
|
OnContent="" />
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
|
</ScrollViewer>
|
||||||
</ContentDialog>
|
</ContentDialog>
|
||||||
|
|
||||||
<ContentDialog
|
<ContentDialog
|
||||||
|
|||||||
Reference in New Issue
Block a user