[FileLocksmith]Fix crash while opening process handlers (#21602)

* [FileLocksmith]Fix crash while opening processes

* Remove binding on IsExpanded. It's not working
This commit is contained in:
Jaime Bernardo
2022-11-02 11:38:04 +00:00
committed by GitHub
parent b9ccb9f049
commit 7b7742719c
3 changed files with 30 additions and 16 deletions

View File

@@ -103,7 +103,7 @@
SelectionMode="None">
<ListView.ItemTemplate>
<DataTemplate x:DataType="interop:ProcessResult">
<labs:SettingsExpander IsExpanded="{Binding isExpanded}" Margin="0,3,0,0">
<labs:SettingsExpander Margin="0,3,0,0">
<labs:SettingsExpander.Header>
<!-- We can't use the HeaderIcon because it only support a BitmapIcon, which only supports UriSource - not a direct BitmapImage -->
<StackPanel Orientation="Horizontal">