This question is locked. New answers and comments are not allowed.
Hello,
I binded the diagram control width/Height in xaml with the Radnumericupdown control.
The binding works like it should.. But When I save it, then reopen it.
I get a error in the Filemanager.cs
It errors on this line.
Is there a work around? or a bug?
I binded the diagram control width/Height in xaml with the Radnumericupdown control.
The binding works like it should.. But When I save it, then reopen it.
I get a error in the Filemanager.cs
It errors on this line.
Is there a work around? or a bug?
this.diagram.Load(serializationString);
Regards,
Rick