Add rudimentary thread support in GUI

Related to #1119
This commit is contained in:
Tyrrrz
2023-08-22 21:14:34 +03:00
parent c29de2c77c
commit c410e745b1
5 changed files with 63 additions and 6 deletions

View File

@@ -304,7 +304,7 @@
<ListBox
HorizontalContentAlignment="Stretch"
SelectionMode="Extended"
TextSearch.TextPath="Model.Name"
TextSearch.TextPath="Name"
VirtualizingPanel.IsVirtualizingWhenGrouping="True">
<b:Interaction.Behaviors>
<behaviors:ChannelMultiSelectionListBoxBehavior SelectedItems="{Binding SelectedChannels}" />