[chore:] SelectionMode and Name of Result ListBox
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@
|
|||||||
<!-- </DataGrid.Columns> -->
|
<!-- </DataGrid.Columns> -->
|
||||||
<!-- -->
|
<!-- -->
|
||||||
<!-- </DataGrid> -->
|
<!-- </DataGrid> -->
|
||||||
<ListBox ItemsSource="{Binding Results}" SelectedItems="{Binding SelectedResults}">
|
<ListBox ItemsSource="{Binding Results}" SelectionMode="Multiple" x:Name="LbResults" SelectedItems="{Binding SelectedResults}">
|
||||||
<ListBox.ItemsPanel>
|
<ListBox.ItemsPanel>
|
||||||
<ItemsPanelTemplate>
|
<ItemsPanelTemplate>
|
||||||
<VirtualizingStackPanel />
|
<VirtualizingStackPanel />
|
||||||
|
|||||||
Reference in New Issue
Block a user