mirror of
https://github.com/Tyrrrz/DiscordChatExporter.git
synced 2026-05-26 10:42:37 +00:00
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user