0
votes
0answers
20 views

DataTemplateColumn with Color Picker FrameworkElementFactory bind converter?

I have a datagrid which i populate dynamically. Weill in one of the columns I want to have a colorpicker from the extended wpf toolkit. Also I want whenever the user changes color from the color ...
0
votes
1answer
891 views

Uri Binding for Image in FrameworkElementFactory

I am creating a DataTemplate in code and cannot use XAML. :( I have managed to create an image inside the Template, but only if I hardcode the path to the ico file. I would love to be able to bind ...