Skip to content

Commit d39d1dd

Browse files
authored
Merge pull request #5122 from retailcoder/GroupingGrid
Fixes all-at-once GroupingGrid collapse/expand
2 parents 40d4d24 + 402205c commit d39d1dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rubberduck.Core/UI/Controls/GroupingGrid.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<Setter.Value>
6464
<ControlTemplate>
6565
<Expander Background="WhiteSmoke" Foreground="Black" FontWeight="SemiBold"
66-
IsExpanded="{Binding InitialExpandedState, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:GroupingGrid}}}">
66+
IsExpanded="{Binding InitialExpandedState, Mode=OneWay, RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type local:GroupingGrid}}}">
6767
<Expander.Header>
6868
<StackPanel Orientation="Horizontal">
6969
<TextBlock Margin="4"

0 commit comments

Comments
 (0)