Skip to content

Commit 9f27323

Browse files
authored
Add HorizontalScrollBar Closes #4662
1 parent fea4367 commit 9f27323

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Rubberduck.Core/UI/AddRemoveReferences/AddRemoveReferencesWindow.xaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@
232232
SelectionMode="Single"
233233
ItemsSource="{Binding AvailableReferences}"
234234
HorizontalContentAlignment="Stretch"
235-
ScrollViewer.HorizontalScrollBarVisibility="Hidden">
235+
ScrollViewer.HorizontalScrollBarVisibility="Auto">
236236
<ListView.ItemContainerStyle>
237237
<Style TargetType="ListViewItem">
238238
<Setter Property="Height" Value="20" />
@@ -289,7 +289,7 @@
289289
SelectedItem="{Binding SelectedReference, Mode=TwoWay}"
290290
SelectionMode="Single"
291291
ItemsSource="{Binding ProjectReferences, NotifyOnTargetUpdated=True}"
292-
ScrollViewer.HorizontalScrollBarVisibility="Hidden"
292+
ScrollViewer.HorizontalScrollBarVisibility="Auto"
293293
HorizontalContentAlignment="Stretch">
294294
<ListView.ItemContainerStyle>
295295
<Style TargetType="ListViewItem">

0 commit comments

Comments
 (0)