File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
src/GraphMetadataViewExtension Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 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"
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" />
271271 </ListView >
272272 </Grid >
273273 </Grid >
274+ </ScrollViewer >
274275</UserControl >
You can’t perform that action at this time.
0 commit comments