for our RadDiagramShapes, we have a Style that includes the Setter:
<
Setter
Property
=
"Visibility"
Value
=
"{Binding Visibility}"
/>
When we have a these shapes in a diagram with DiagramSurface.IsVirtualizing set to false, the binding appears as expected. However, when we enable virtualization, we see via Snoop that the binding on that property has instead been set locally to a path of "(0)".
We use Visibility to control, oddly enough, the visibility of elements in our diagram. Can you all offer any insights into what's going on and also what we could do to work around this while still having virtualization enabled, please?
This is with UI for WPF v. 2015.2.0401.
Thanks,
-David