|
|
|
@ -29,7 +29,7 @@
|
|
|
|
|
<!-- Sort guild channels by position -->
|
|
|
|
|
<CollectionViewSource x:Key="AvailableChannelsViewSource" Source="{Binding AvailableChannels, Mode=OneWay}">
|
|
|
|
|
<CollectionViewSource.GroupDescriptions>
|
|
|
|
|
<PropertyGroupDescription PropertyName="Category.Name" />
|
|
|
|
|
<PropertyGroupDescription PropertyName="Category" />
|
|
|
|
|
</CollectionViewSource.GroupDescriptions>
|
|
|
|
|
<CollectionViewSource.SortDescriptions>
|
|
|
|
|
<componentModel:SortDescription Direction="Ascending" PropertyName="Position" />
|
|
|
|
|