Browse Source

Merge pull request #703 from icsharpcode/revert-681-upstream

Revert "Allow scrolling in high resource rows"
pull/707/head
Siegfried Pammer 9 years ago
parent
commit
80b6bc3771
  1. 1
      ILSpy/Controls/ResourceStringTable.xaml

1
ILSpy/Controls/ResourceStringTable.xaml

@ -36,7 +36,6 @@ @@ -36,7 +36,6 @@
Foreground="Black"
Grid.Row="1"
AlternationCount="2"
ScrollViewer.CanContentScroll="False"
ItemContainerStyle="{StaticResource alternatingWithBinding}">
<ListView.View>
<GridView AllowsColumnReorder="False">

Loading…
Cancel
Save