Browse Source

Merge pull request #681 from sandercox/upstream

Allow scrolling in high resource rows
pull/703/head
Siegfried Pammer 9 years ago
parent
commit
e04fccc038
  1. 1
      ILSpy/Controls/ResourceStringTable.xaml

1
ILSpy/Controls/ResourceStringTable.xaml

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

Loading…
Cancel
Save