Add text search in the channel list

Closes #184
This commit is contained in:
Alexey Golub 2020-02-03 14:18:27 +02:00
parent 8a4f306012
commit 9fa40dca00

View file

@ -246,7 +246,8 @@
<ListBox <ListBox
HorizontalContentAlignment="Stretch" HorizontalContentAlignment="Stretch"
ItemsSource="{Binding SelectedGuild.Channels}" ItemsSource="{Binding SelectedGuild.Channels}"
SelectionMode="Extended"> SelectionMode="Extended"
TextSearch.TextPath="Model.Name">
<i:Interaction.Behaviors> <i:Interaction.Behaviors>
<behaviors:ChannelViewModelMultiSelectionListBoxBehavior SelectedItems="{Binding SelectedChannels}" /> <behaviors:ChannelViewModelMultiSelectionListBoxBehavior SelectedItems="{Binding SelectedChannels}" />
</i:Interaction.Behaviors> </i:Interaction.Behaviors>