Binding an attached property to an item in ItemsControl with custom panel problem
I can't get the following XAML to work as I want. All bindings work because get no errors from the bindings. But I don't get the expected result from the binding on the RatioShape rectangle. The problem is that the attached property wpflib:RatioPanel.Ratio always returns its default value, not the databound value. So I'm thinking that the attached property on RatioShape is set in the wrong "context". How do bind to the attached property so that wpflib:RatioPanel gets the bound value? <wpflib:RatioContentPresenter2 RatioMaxValue="{Binding Path=RatioMaxValue}"> <ItemsControl Grid.Row="0" wpflib