Skip to content

Commit c9e6ef2

Browse files
committed
Fix scrolling in LanguageConfigurationView
1 parent ee4ee15 commit c9e6ef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ResXManager.View/Visuals/LanguageConfigurationView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
</GroupStyle.ContainerStyle>
7272
<GroupStyle.Panel>
7373
<ItemsPanelTemplate>
74-
<WrapPanel Orientation="Vertical" />
74+
<WrapPanel Orientation="Vertical" Height="{Binding ActualHeight, ElementName=ContainerSizeTemplate}"/>
7575
</ItemsPanelTemplate>
7676
</GroupStyle.Panel>
7777
</GroupStyle>

0 commit comments

Comments
 (0)