Working ColorPickerUserControl

This commit is contained in:
Geoffroy BONNEVILLE
2020-06-01 10:32:06 +02:00
parent 4000d51f70
commit 5d8d996f44
2 changed files with 8 additions and 13 deletions

View File

@@ -11,7 +11,6 @@
SelectedItem="{Binding SelectedItem}"
SelectedValue="{Binding SelectedColor, ElementName=UserControl}"
SelectedValuePath="ColorBrush"
Loaded="ComboBox_OnLoaded"
SelectionChanged="ComboBox_OnSelectionChanged"
IsEnabled="{Binding IsEnabled, ElementName=UserControl}">
<ComboBox.ItemTemplate>