From 0b6ae7e5edc81c52504a965d856889b64939f509 Mon Sep 17 00:00:00 2001 From: Sander Cox Date: Fri, 19 Feb 2016 09:34:51 +0100 Subject: [PATCH] Allow resource rows that are higher then the grid (large text fields) to scroll to partial content as well. --- ILSpy/Controls/ResourceStringTable.xaml | 1 + 1 file changed, 1 insertion(+) diff --git a/ILSpy/Controls/ResourceStringTable.xaml b/ILSpy/Controls/ResourceStringTable.xaml index 382a1daa8..b3a906444 100644 --- a/ILSpy/Controls/ResourceStringTable.xaml +++ b/ILSpy/Controls/ResourceStringTable.xaml @@ -36,6 +36,7 @@ Foreground="Black" Grid.Row="1" AlternationCount="2" + ScrollViewer.CanContentScroll="False" ItemContainerStyle="{StaticResource alternatingWithBinding}">