Version

xamDiagram Known Issues and Limitations

Topic Overview

Purpose

This topic explains Infragistics XamDiagram known issues and limitations.

Known Issues and Limitations Summary

Known issues and limitations summary chart

The following table summarizes the known issues and limitations of Infragistics XamDiagram . Detailed explanations of all of the issues and the existing workarounds are provided after the summary table.

Legend:

Yes.png – Workaround available

No.png – No known workaround

Fix.png – Fix planned

Infragistics XamDiagram

Issue Description Status

Applying styles through code

Applying styles through code is not reflected in the Navigation Pane’s out of view items

Yes.png

Infragistics XamDiagram

Applying styles through code

When applying a style during runtime, after the diagram items and their corresponding Navigation Pane representations have already been loaded, the out of view (virtualized) items will not be affected. There is no way of applying the new shape and color of the Navigation Pane items without iterating all diagram items. As we do not want do that we can suggest (for the users that want to refresh their Navigation Pane items with the proper color) to easily bring all of them into view and again return to their original view section.

Workaround

In C#:

// A theme is applied through code
Rect original = Diagram.WindowRect; // preserve original view state
Diagram.ScaleToFit(); // bring all nodes/connections into view
Diagram.WindowRect = original; // return to original view

Related Content

Topics

The following topics provide additional information related to this topic.

Topic Purpose

This topic explains how to configure the visible portion of the xamDiagram™ control.

This topic provides reference information about the key classes related to Infragistics XamDiagram .