Changes

Active List Client

9 bytes removed, Yesterday at 13:34
/* XAML */
ItemSize="40"
ItemTemplate="{StaticResource PopupSelectiveListItemTemplate}"
ItemsSource="{Binding PropertyViewModel, Converter={StaticResource SelectiveListToItemsConverterSelectiveListToItems}}"
SelectedItem="{Binding ValueItem.PropertyValue, Mode=OneWay, Converter={StaticResource PropertyValueToSelectiveItem}, ConverterParameter={Binding Source={x:Reference YourContentView}}}"
SelectionBackground="{DynamicResource UBIKAccentColor}"
710
edits