Skip to content

Commit a92f88b

Browse files
committed
Add ScrollViewer for Pickers.xaml
1 parent 02b6da7 commit a92f88b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MainDemo.Wpf/Pickers.xaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
d:DesignHeight="300" d:DesignWidth="300">
1111
<!-- for some reason to get the validation templates to show on this page need an extra decorator. haven't figure out why yet -->
1212
<AdornerDecorator>
13+
<ScrollViewer>
1314
<Grid Margin="32">
1415
<Grid.RowDefinitions>
1516
<RowDefinition Height="Auto" />
@@ -127,6 +128,7 @@
127128
</StackPanel>
128129
</smtx:XamlDisplay>
129130
</Grid>
131+
</ScrollViewer>
130132
</AdornerDecorator>
131133
</UserControl>
132134

0 commit comments

Comments
 (0)