166166 Margin =" 0,0,-8,0"
167167 HorizontalScrollBarVisibility =" Auto"
168168 VerticalScrollBarVisibility =" Auto" >
169- <ghfvs : ScollingVerticalStackPanel >
169+ <ghfvs : ScrollingVerticalStackPanel >
170170
171171 <StackPanel Orientation =" Horizontal"
172172 Margin =" 0 -4 0 0"
173- ghfvs:ScollingVerticalStackPanel .IsFixed=" true" >
173+ ghfvs:ScrollingVerticalStackPanel .IsFixed=" true" >
174174 <ghfvs : GitHubActionLink Margin =" 0 6" Command =" {Binding OpenOnGitHub}" >
175175 View on GitHub
176176 </ghfvs : GitHubActionLink >
246246 <ghfvs : SectionControl Name =" descriptionSection"
247247 HeaderText =" Description"
248248 IsExpanded =" True"
249- ghfvs:ScollingVerticalStackPanel .IsFixed=" true" >
249+ ghfvs:ScrollingVerticalStackPanel .IsFixed=" true" >
250250 <StackPanel Orientation =" Vertical" >
251251 <!-- View conversation on GitHub -->
252252 <StackPanel Orientation =" Horizontal" Margin =" 0 4 0 0" >
271271 HeaderText =" Reviewers"
272272 IsExpanded =" True"
273273 Margin =" 0 8 0 0"
274- ghfvs:ScollingVerticalStackPanel .IsFixed=" true" >
274+ ghfvs:ScrollingVerticalStackPanel .IsFixed=" true" >
275275 <ItemsControl ItemsSource =" {Binding Reviews}" Margin =" 0 4 12 4" >
276276 <ItemsControl .ItemTemplate>
277277 <DataTemplate >
287287 IsExpanded =" True"
288288 HeaderText =" {Binding Files.ChangedFilesCount, StringFormat={x:Static prop:Resources.ChangesCountFormat}}"
289289 Margin =" 0 8 10 0"
290- ghfvs:ScollingVerticalStackPanel .IsFixed=" true" />
290+ ghfvs:ScrollingVerticalStackPanel .IsFixed=" true" />
291291
292292 <!-- Put the changes tree outside its expander, so it can scroll horizontally
293293 while the header remains fixed -->
294294 <local : PullRequestFilesView DataContext =" {Binding Files}"
295295 Visibility =" {Binding ElementName=changesSection, Path=IsExpanded, Converter={ghfvs:BooleanToVisibilityConverter}}" />
296- </ghfvs : ScollingVerticalStackPanel >
296+ </ghfvs : ScrollingVerticalStackPanel >
297297 </ScrollViewer >
298298 </DockPanel >
299299</local : GenericPullRequestDetailView >
0 commit comments