Browse Source

Allow resource rows that are higher then the grid (large text fields) to scroll to partial content as well.

pull/681/head
Sander Cox 10 years ago
parent
commit
0b6ae7e5ed
  1. 1
      ILSpy/Controls/ResourceStringTable.xaml

1
ILSpy/Controls/ResourceStringTable.xaml

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

Loading…
Cancel
Save