This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
I would like to pass to my IValueConverter object being edited (my object derived from Animatable) as ConverterParameter <DataTemplate x:Key='xxxx'> But I am geting eror that "A 'Binding' can not set on 'ConverterParameter' property of type 'Binding'. 'Binding' can only be set on DependencyProperty of DependencyObject.
|
|
|
WPF does not support databinding of binding properties such as ConverterParameter. This is a WPF limitation. An alternative possible approach in some circumstances is to use a MultiBinding. |
|