c# - WPF: Dynamic ControlTemplate Generation -
i new wpf , coding editor creating flow graph diagrams. these flow graphs consist of nodes , connections. nodes objects want create control template. 1 part of node-items connectors. different nodes can have different number of connectors should specified in member variables of class template applied on.
my question is: how can set number of connectors shown in control template member variable of parent object ?
Comments
Post a Comment