Skip to content

Commit ca37cd7

Browse files
DYN-9855 Graph Properties Scrollbar (#16758)
(cherry picked from commit 327f560)
1 parent 68e4cc2 commit ca37cd7

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

src/GraphMetadataViewExtension/GraphMetadataView.xaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<UserControl x:Class="Dynamo.GraphMetadata.GraphMetadataView"
1+
<UserControl x:Class="Dynamo.GraphMetadata.GraphMetadataView"
22
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
33
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
@@ -131,8 +131,8 @@
131131

132132
</ResourceDictionary>
133133
</UserControl.Resources>
134-
135-
<Grid Margin="10px, 10px">
134+
<ScrollViewer VerticalScrollBarVisibility="Auto">
135+
<Grid Margin="10px, 10px">
136136
<Grid.RowDefinitions>
137137
<RowDefinition Height="Auto" />
138138
<RowDefinition Height="Auto" />
@@ -271,4 +271,5 @@
271271
</ListView>
272272
</Grid>
273273
</Grid>
274+
</ScrollViewer>
274275
</UserControl>

0 commit comments

Comments
 (0)