File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Rubberduck.Core/UI/AddRemoveReferences Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 232
232
SelectionMode =" Single"
233
233
ItemsSource =" {Binding AvailableReferences}"
234
234
HorizontalContentAlignment =" Stretch"
235
- ScrollViewer.HorizontalScrollBarVisibility=" Hidden " >
235
+ ScrollViewer.HorizontalScrollBarVisibility=" Auto " >
236
236
<ListView .ItemContainerStyle>
237
237
<Style TargetType =" ListViewItem" >
238
238
<Setter Property =" Height" Value =" 20" />
289
289
SelectedItem =" {Binding SelectedReference, Mode=TwoWay}"
290
290
SelectionMode =" Single"
291
291
ItemsSource =" {Binding ProjectReferences, NotifyOnTargetUpdated=True}"
292
- ScrollViewer.HorizontalScrollBarVisibility=" Hidden "
292
+ ScrollViewer.HorizontalScrollBarVisibility=" Auto "
293
293
HorizontalContentAlignment =" Stretch" >
294
294
<ListView .ItemContainerStyle>
295
295
<Style TargetType =" ListViewItem" >
You can’t perform that action at this time.
0 commit comments