Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic addng a node to a stack panel (Read 2505 times)
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
addng a node to a stack panel
Jan 28th, 2009 at 2:48pm
Print Post  
Someone asked how to do that and deleted their message. If anyone else needs to do that:

Code
Select All
ShapeNode node = diagram.Factory.CreateShapeNode(10, 10, 50, 50);
diagram.Nodes.Remove(node);
sp1.Children.Add(node);
 



Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint