Skip to content

Issue updating an Edge arrows at runtime ( making it bidirectional ) #391

@Schuket

Description

@Schuket

Hi!
I'm using WPFGraphControl and trying to modify an edge with a singular target arrow to a bidirectionnal one, which would have both source and target Arrow.
I tried modifying its attribute (ArrowheadAtSource), but if this was at None or NonSpecified when the Graph was generated, it lacks some critical structure ( the arrow itself and the arrowPath ).
And modifying its attribute triggers ValueChanged -> Invalidate, which tries to access unexisting value.

Am I using the wrong flow to modify the arrow of an edge ? Is that not doable at runtime ?
Do I need to fully redo the graph for it to work ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions