Skip to content

Commit aab1475

Browse files
authored
Merge pull request #1989 from Hosch250/Issue1974
Wrap items in bottom panel of CE
2 parents 38b1be5 + 2d46270 commit aab1475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

RetailCoder.VBE/UI/CodeExplorer/CodeExplorerControl.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -740,8 +740,8 @@
740740

741741
<Border Grid.Row="3" BorderThickness="0,1,0,0" BorderBrush="DimGray">
742742

743-
<ScrollViewer Background="WhiteSmoke" VerticalScrollBarVisibility="Auto" HorizontalScrollBarVisibility="Auto">
744-
<StackPanel Orientation="Vertical" MinHeight="48" Background="WhiteSmoke">
743+
<ScrollViewer Background="WhiteSmoke" VerticalScrollBarVisibility="Auto">
744+
<WrapPanel Orientation="Vertical" MinHeight="48" Background="WhiteSmoke">
745745

746746
<Grid Margin="4" HorizontalAlignment="Stretch">
747747
<Grid.ColumnDefinitions>
@@ -776,7 +776,7 @@
776776
CommandParameter="{Binding SelectedItem}"
777777
Content="{Resx ResxName=Rubberduck.UI.RubberduckUI, Key=CodeExplorer_FindAllReferencesText}" />
778778
</WrapPanel>
779-
</StackPanel>
779+
</WrapPanel>
780780
</ScrollViewer>
781781
</Border>
782782
</Grid>

0 commit comments

Comments
 (0)