Jump to: navigation, search

Changes


Property Based Content Sorting

46 bytes added, 09:36, 11 November 2020
There is the possibility to sort at the point where you define your Collection View. This is especially useful for sorting Selective List items! An example is as follows:
<source lang = "xml">
xmlns:cv="using:UBIK.WinX.UI.CollectionView"
 
<cv:ListCollectionView x:Key="SortedList" ItemsSource="{Binding EditDialogViewModel.PropertyItem, Converter={StaticResource SelectiveListToItemsConverter}}">
<cv:ListCollectionView.SortDescriptions>
423
edits