From 1ba2c0537a2946d08345623c14c0ee05e2f9ff36 Mon Sep 17 00:00:00 2001 From: Siegfried Pammer Date: Thu, 7 Jun 2018 00:10:22 +0200 Subject: [PATCH] Add use ListView instead of ListBox in search results view. --- ILSpy/SearchPane.xaml | 50 +++++++++++++++++++++++++------------------ 1 file changed, 29 insertions(+), 21 deletions(-) diff --git a/ILSpy/SearchPane.xaml b/ILSpy/SearchPane.xaml index a07b9ab42..90f646b2b 100644 --- a/ILSpy/SearchPane.xaml +++ b/ILSpy/SearchPane.xaml @@ -1,5 +1,6 @@  @@ -35,25 +36,32 @@ - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file