Skip to content

Commit

Permalink
Add Mode=OneWay to IsSelected binding.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottHutchinson committed Oct 3, 2023
1 parent 725eecc commit 95e7cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NG-DART.StructFilters.Views/StructFiltersWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<Setter Property="Focusable" Value="False" />
<Setter Property="IsEnabled" Value="{Binding IsEnabled}" />
<Setter Property="IsExpanded" Value="{Binding IsExpanded}" />
<Setter Property="IsSelected" Value="{Binding IsSelected}" />
<Setter Property="IsSelected" Value="{Binding IsSelected, Mode=OneWay}" />
<EventSetter Event="Selected" Handler="StructsTreeView_SelectedItemChanged" />
</Style>
</TreeView.ItemContainerStyle>
Expand Down

0 comments on commit 95e7cf9

Please sign in to comment.