fix: fix file chooser selection.
This commit is contained in:
parent
42c526f927
commit
0797e2e5df
@ -139,7 +139,11 @@
|
|||||||
<GridSplitter Grid.Column="7" Width="1" />
|
<GridSplitter Grid.Column="7" Width="1" />
|
||||||
<TextBlock Grid.Column="8" Text="Size" />
|
<TextBlock Grid.Column="8" Text="Size" />
|
||||||
</Grid>
|
</Grid>
|
||||||
<ListBox Name="PART_Files" Items="{Binding Items}">
|
<ListBox
|
||||||
|
Name="PART_Files"
|
||||||
|
Items="{Binding Items}"
|
||||||
|
SelectedItems="{Binding SelectedItems}"
|
||||||
|
SelectionMode="{Binding SelectionMode}">
|
||||||
<ListBox.ItemTemplate>
|
<ListBox.ItemTemplate>
|
||||||
<DataTemplate>
|
<DataTemplate>
|
||||||
<Grid Background="Transparent">
|
<Grid Background="Transparent">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user