Browse By Tags

  • XamDiagram Node Connection Points

    Hi.

    I wanted to ask if it is possible to disable the connection points on a node completly?

    If the connection points on a node a removed, the nodes can be still be target to be connected with edges.

    I want that specific nodes cant be target or even snapped…

  • Drag node from XamDataTree onto XamDiagram

    In my application, I have a XamDataTree, and I want to be able to drag a node from the tree and drop it onto a XamDiagram and have a node created for it there.

    However, I am having trouble setting the XamDiagram as a drop target. When I do drop the node…

  • xamDiagram using data binding, running into errors with TwoWay binding in diagram items

    I have a xamDiagram whose diagram items are populated from a view model using TwoWay data binding, as per the XamDiagram documentation.

    For the most part, this works as intended, in that I can modify the diagram item objects in the view model or their…

  • Overriding XamDiagram Copy/Cut/Paste Functionality

    I am using a XamDiagram with data binding (ItemsSource and ConnectionsSource are bound to Nodes, Connections lists in view model), and I need to be able to copy/cut paste diagram items.

    I know this functionality is built into the XamDiagram control, but…

  • XamDiagram: Programmatically perform "Bring to Front/Back" on diagram items

    I am building a diagram based on the XamDiagram control, and I am building a custom version of the OptionsPane to modify properties on custom diagram items.

    More specifically, I would like to add my own buttons for "Bring Forward/Backward" and "Bring…

  • XamDiagram resetting position of nodes on view change

    I have an app where one view is a xamDiagram and toolbox allowing the user to create a workflow type diagram. I have two node types, each bound to a separate data type deriving from a "node" data type that I have defined. The item source for the XamDiagram…

  • How to split xamDiagram control into different sections

    I am using the xamDiagram and xamDiagramToolbox for my drag/drop functionality. I would like to split the xamDiagram into multiple sections so that nodes will snap to a certain section in the xamDiagram. I also need to still be able to connect nodes in…

  • About XamDiagram v15.1 product version

    Hi everyone,

    I work in a corporate company. We use in Infragistics v15.1  our projects. I have a problem. I want to use XamDiagram but Visual studio doesn't build because XamDiagram use InfragisticsWPF4.dll basically. InfragisticsWPF4 product version…

  • How to change text by items in XamDiagramToolbox?

    Hello,

    I was wondering if anyone knows how to set the text displayed next to items (DiagramToolboxItems) in the XamDiagramToolbox?

    I am using some items provided in the default "Basic Shapes" category of the XamDiagramToolbox, but I would like to change…

  • XamDiagram: Save/Load layout support

    Currently, I am able to drag and drop items from the XamDataGrid to the XamDiagram and create a design. It would be great if I could save and load the layout to edit it for my future use. 

  • XamDiagram as UI designer

    I am considering to use XamDiagram as UI designer control.

    Visualy it should work similar to XAML UI designer in Visual Studio.

    My app should be able to :

    - drag & drop controls to canvas (like button, input, dropdown, image...)

    - move, resize, copy…

  • XamDiagram Symmetrical TreeViewLayout

    Hi Current out of box TreeView layout is not symmetrical.

    What we want is diagram to be symmterically layedout. I contacted you support team and they suggested me to submit it as idea.

    I dont think it is a idea to me mentioned here, as it is very basic…

  • ArgumentOutOfRangeException when updating XamDiagram

    In my project I have an ObservableCollection of nodes and an ObservableCollection of associations. The data for the nodes/associations can be edited as well as added/removed in other tabs in the same window. If the user edits one node and returns to the…

  • Adjustable right-angle connections

    Hello,

    We use the XamDiagram control in our software. Our users badly need two features that are there out of the box in the legacy app, but unfortunately not in XamDiagram.

    First of all, we would need to change the rendering logic behind the right-angle…

  • XamDiagram crashing program

    Hello,

    I am using XamDiagram in a small AutoCad addin.
    Somehow XamDiagram is crashing the whole program, including AutoCad.

    when looking at the exception:

    System.Windows.Markup.XamlParseException: The invocation of the constructor on type 'Infragistics…

  • Diagram Node Zindex

    I am currently creating a diagram with a custom display template inside of a node. I have added a context menu to allow the user to bring a node forward. Upon this selecting this option I set the zindex of the nod and the content with-in to the highest…

  • Diagram Shape determined by object

    I have a number of objects in a view model that I'm passing to the ItemsSource of my XamDiagram.  I'd like to have the Shape value determined by something in the object before the diagram is rendered.  For example, if my object contains two fields…

  • XamDiagram How to prevent drawing a connector when a drag begins at a connector.

    Hi we are trying to prevent drawing connectors on the diagram and instead require our custom connector to be drawn.  We are cancelling the ItemAdding event on the diagram and this is preventing the connector from appearing on the canvas, however a diagramConnection…

  • Multiple DiagramConnections between two nodes

    Hi,

    I'm looking into using the DiagramConnection to display nodes and connections between them. However, I noticed a problem in that if there are two or more connections between the same two nodes - they will display on ontop of the other, thus hiding…

  • xamDiagram Toolbox item drag on diagram

    I am trying to find out the events fired by xamDiagram when an item from toolbox is being dragged and moved around within diagram.

    Take a look at this attached screenshot of one of the samples included in controls, I am trying to drag (& drop) rectangle…

  • XamDiagram Custom Toolbox

    Hi

    I would like to have a toolbox with one custom category consisting my shapes bound to a collection in viewmodel. These items will be diagram node for which I can customize look and feel through style

    I have looked at a related topic https://www.infragistics…

  • Persistence not working as expected

    I am currently evaluating Infragistics xamDiagram control and I was looking at following link for persisting my diagram.

    http://help.infragistics.com/doc/WPF/2014.2/CLR4.0/?page=Control_Persistence_Framework.html

    After uses creates various diagram shapes…

  • Confirmation before deleting a diagram item or connection

    I am not able to locate an event on diagram so I could prompt user for confirmation before deleting a diagram item.

  • XamDiagram DiagramNode's DisplayTemplate is not helping

    Please take a look at attached sample, I am trying to customize DisplayTemplate of the node but its not achieving resired results.

  • Scroll bars when node is moved away

    I have XamDiagram in a Grid and when user moves a node in the diagram which is not visible, I cant see scroll bars appearing. Is this expected behavior? How can we force XamDiagram to show scroll bars in such cases?